79656611

Date: 2025-06-07 01:14:30
Score: 2.5
Natty:
Report link

For me, npm folder was vanishing after "npm install" of any module.
And this article helped => https://www.reddit.com/r/node/comments/8m0gyg/npm_install_removes_itself_and_some_packages/

===========================================================

please follow the below steps :

===========================================================

delete package.json, package-lock.json and node_modules directory first, then run these

npm i -g npm

npm init -y

npm i --save-dev discord.js

Reasons:
  • Blacklisted phrase (1): this article
  • Has code block (-0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ===========================================================
  • Filler text (0): ===========================================================
  • Low reputation (1):
Posted by: Vamsi