Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
vms:webdev:nodejs [2015/09/14 16:52]
admin [Packages Installation]
vms:webdev:nodejs [2015/09/14 16:55]
admin [Packages Installation]
Line 39: Line 39:
 > curl -sL https://​deb.nodesource.com/​setup_0.12 | sudo bash - > curl -sL https://​deb.nodesource.com/​setup_0.12 | sudo bash -
 > sudo apt-get install -y nodejs > sudo apt-get install -y nodejs
 +</​code>​
 +
 +**That'​s it !**
 +
 +You should now have node.js, as well as npm, installed on your system:
 +<​code>​
 +> node -v
 +v0.12.7
 +
 +> npm -v
 +2.11.3
 </​code>​ </​code>​