Getting Node Package Manager (npm) to run on Chrubuntu

December 25th, 2012 by admin Leave a reply »

If you have tried to install the node package manager on your chromebook running Chrubutu, you will have probably notice that most of the instructions out there will not work, here is the curl command that worked for me:

curl https://npmjs.org/install.sh | sudo s

Just simply run that and then check that it installed correctly via:
npm -v
If that returns a version number, you are good to go, ready to install to your hearts content :).

Advertisement

Leave a Reply