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
Previous revision
Next revision Both sides next revision
vms:webdev:nodejs [2015/09/14 16:50]
admin [System update]
vms:webdev:nodejs [2015/09/14 16:52]
admin [Packages Installation]
Line 35: Line 35:
 </​code>​ </​code>​
  
-The Node.js (v0.12 at the time of this writing)+Then, to install ​Node.js (v0.12 at the time of this writing)
 <​code>​ <​code>​
 > 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
 </​code>​ </​code>​