From charlesreid1

Line 1: Line 1:
==installing on debian==
==installing on debian==
For some reason, no npm package is found.


From the nodejs docs, how to install on debian: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
From the nodejs docs, how to install on debian: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
Line 9: Line 7:
sudo apt-get install -y nodejs
sudo apt-get install -y nodejs
</pre>
</pre>
==no npm binary found==
For some reason, no npm binary is found.

Revision as of 12:52, 30 January 2018

installing on debian

From the nodejs docs, how to install on debian: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs

no npm binary found

For some reason, no npm binary is found.