Skip to content

Instantly share code, notes, and snippets.

@ktpm489
Forked from JosefJezek/nodejs.md
Created May 29, 2018 15:57
Show Gist options
  • Save ktpm489/51549d1cd95d264bc3cd88b5372f6989 to your computer and use it in GitHub Desktop.
Save ktpm489/51549d1cd95d264bc3cd88b5372f6989 to your computer and use it in GitHub Desktop.
Node.js

Node.js

io.js

Install on Ubuntu

curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt install --yes nodejs build-essential
sudo npm install npm bower grunt-cli yo -g

Upgrade

sudo npm install n -g
sudo n stable
sudo npm update -g bower
sudo npm update -g yo

Fix

npm cache clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment