Skip to content

Instantly share code, notes, and snippets.

@YuMS
Created June 29, 2016 08:44
Show Gist options
  • Save YuMS/981eb761fae7d88c664b65b6fde1cc9a to your computer and use it in GitHub Desktop.
Save YuMS/981eb761fae7d88c664b65b6fde1cc9a to your computer and use it in GitHub Desktop.
# NOTE: If you are using Ubuntu Precise or Debian Wheezy, you might want to read about running Node.js >= 4.x on older distros.
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
# Alternatively, for Node.js v6:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment