Npm: command not found

when i try to use npm install i saying “npm: command not found” Someone can help me ?

Use pnpm instead.

Or use Add Package in your package.json file
json

Or try changing your dependencies in the package.json

"dependencies": {
  "discord.js": "^11.5.1",
  "express": "^4.17.1"
}
2 Likes

Thanks for helping! <3