Install Error
I get this error when I install discord.js and when I enter
npm audit fix
it does not fix itself. Do not understand why
NodeJS Version: 21.7.1
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPthis is not an error, you can consider this as a warning that a dependency of the project has a known vulnerability / issue. You probably cannot fix it because of a breaking change / the version the dependency needs cannot be updated. You can ignore this
Ah okay thx