0 votes
in NodeJS Essentials by

How to Resolve error bash: npm: command not found?

But when I went try and install npm, is says bash: npm: command not found

enter image description here

1 Answer

0 votes
by
If you have already installed nodejs and still getting this error. npm: command not found..

run this

apt-get install -y npm
...