Saturday, May 14, 2016

Install Nodejs on Linux

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

No comments:

Post a Comment