Bash: Npm: Command Not Found?
Answer :
Just go into npm page and follow the instructions.
If you have already installed nodejs and still getting this error. npm: command not found..
run this
apt-get install -y npm
I also come here for the same problem, The solution I found is to install npm and then restart the Visual Studio Code
Comments
Post a Comment