DJS 14.12.1 vulnerabilities?
I'm trying to make my first discord bot and i was following it until it told me to run "npm install discord.js" which i did, but it came up with
and when running npm audit it reads
after running "npm audit fix --force"
from here, running "npm audit fix" doesn't change anything, neither does adding --force. The tutorial i'm reading from is from january 18th 2022 so i'm assuming it's outdated, but i'm not sure what to search for a solution to this, so i decided to make a post here to hopefully get some help.
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 staffApparently these aren't relevant to djs as it doesn't do any CORS stuff. Can be ignored and has been fixed in the latest version
Alright. the reason i was worried was because i was up to the step where you get your bot online, but nothing was happening when i was trying it, so i just assumed this was part of the issue