Skip to content

Instantly share code, notes, and snippets.

View timothy's full-sized avatar
🎯
Focusing

Timothy timothy

🎯
Focusing
View GitHub Profile
@timothy
timothy / node v5 ubuntu 15.10
Last active January 17, 2016 19:31
install latest node js v5 in ubuntu 15.10
sudo apt-get install npm
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
node -v
v5.0.0
//find all global packages