-
Notifications
You must be signed in to change notification settings - Fork 1
Install NodeJS
Valentin Ivaşcu edited this page May 27, 2015
·
1 revision
To install last NodeJS version, run:
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install -y nodejs
If you want to install nodejs packages on a vagrant virtual machine, use
sudo npm install package-you-want --save --no-bin-links
option how to save:
--save
--save-dev
--global