I'm using Ubuntu 16.04
I removed NPM in order to install older version. (I can't exactly command which I used).
now I can't install it again.
npm -v
output: bash: /usr/bin/npm: /usr/bin/nodejs: bad interpreter: No such file or directory
which npm
output: /usr/bin/npm
curl -L http://npmjs.org/install.sh | sudo sh
Output:
`install npm@latest
fetching: https://registry.npmjs.org/npm/-/npm-5.5.1.tgz
module.js:544
throw err;
^
Error: Cannot find module '/tmp/npm.9881/package/bin/read-package-json.js'
at Function.Module._resolveFilename (module.js:542:15)
at Function.Module._load (module.js:472:25)
at Function.Module.runMain (module.js:682:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:613:3
up to date in 0.059s
/usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
+ [email protected]
added 1 package in 1.907s
It worked`
UPD: Solved. Remove node/nodejs/npm completely and remove all relative folders a then reinstall via NVM helped. https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps
If you ever get this error, the hotfix is to follow these steps: delete node-modules folder. run command npm cache clean --force. run command npm install.
Delete package-lock. json and the node_modules folder, then run npm install again. and then re-deleting the above files and re-running npm install . Worked for me!
I solved it using the following simple steps in my ubuntu 18.04
which npm
hash -r
npm -v
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With