Home > Software engineering >  Npm error when installing a npm addon for discord bot
Npm error when installing a npm addon for discord bot

Time:10-04

Hello im trying to install wokcommands for my discord bot.using the terminal command but i keep getting this error

npm ERR! Invalid tag name "⌃4.4.2": Tags may not have any characters that encodeURIComponent encodes.``` 

CodePudding user response:

I just tried downloading module you wanted to install and it works fine for me, so it's not npm problem. You can try removing ", "devDependencies": { "typescript": "⌃4.4.2" }" from your package.json file because I can't see anything else with version "⌃4.4.2"

  • Related