Error installing packages.
I thought I resolved it but didn't. I am running into this problem when trying to install packages. What would you suggest I do to resolve them or track down what's causing it?
7 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 OPWhat version of TS are you using
5.4.5 atm
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
just tried to upgrad to 5.5.4 still same error
I set "typescript": "^5.5.4" in my package.json when installing packages but it throws that error when running through the "tsc" command during startup.
Just so y'all know im running node 22.6.0 as well
Ok let me try
still failing with 5.4.5
well I got it working now. I removed the
^
from the typescript version