Skip to content

Node.js tips

Shawn S edited this page May 9, 2014 · 1 revision

Install Node.js / npm on Ubuntu

sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

References

Clone this wiki locally