When i try to install npm with sudo apt-get install npm
, i get following error:
E: Unable to locate package npm
Why can't apt find npm? Im using Debian 9 and already sudo apt-get install nodejs
.
When i try to install npm with sudo apt-get install npm
, i get following error:
E: Unable to locate package npm
Why can't apt find npm? Im using Debian 9 and already sudo apt-get install nodejs
.
From the official Node.js documentation:
So, if you only type
sudo apt-get install nodejs
, it does not install other goodies such as npm.You need to type:
More info: Docs