Monday, December 26, 2016

Installing nodejs from the command line on linux

sudo apt-get install nodejs

doesn't install the latest version


sudo curl -sL https://deb.nodesource.com/setup_7.x |sudo bash -

sudo apt-get install -y nodejs

No comments:

Post a Comment