16 Replies
Use
v13.14.0
or newer of discord.js: npm i discord.js@v13-lts
(more: https://discord.com/channels/222078108977594368/1091094485754187907/1091094485754187907 )
- 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!I am already using v13
13.14+
Not any v13
I use 13.16
Actually
As the package.json says
Run
npm ls discord.js
package.json might not be in-sync with what’s actually installedI need to run it locally in the folder from my machine, for own reason my ssh doesn't work. Give me a minute
Yikes
Not sure why memer-api requires d.js v12
and also, modals are supported in v13
so no need for that package
Yeah the bot is old coded
You have d.js v13.8 installed
How I install the one I require now without changing to v14 for now?
If I change to v14 I will have to recode the bot
And it's huge
just run npm update
should update to 13.16
Okay thx
or alternatively npm i discord.js@v13-lts
Thx