Do I have to run "npm install" with all the "@"s?
Like do I need to run both
npm install discord.js@latest
and npm instal @discordjs/[email protected]
etc...?7 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Tag suggestion for @icedqueen:
discord.js includes multiple sub-packages, installing these separately can mess with internal code:
But do I need to do it on each one of them?
wdym?
Just install discord.js. It includes the other pacakges
So I only need to update discord.js, then I get all the other's as well?
Cause I just did that and looking at my package.json file, I only see those:
as the tag is saying
you can uninstall /rest, /builders and discord-api-types