Skip to content

Instantly share code, notes, and snippets.

@identityclash
Last active November 12, 2015 07:24
Show Gist options
  • Save identityclash/657d167fb15a0e7924f5 to your computer and use it in GitHub Desktop.
Save identityclash/657d167fb15a0e7924f5 to your computer and use it in GitHub Desktop.
nodejs 4.x and npm installation for ubuntu 14.04 LTS
curl -sL https://deb/nodesource.com/setup_4.x | sudo -E bash -
curl -sL https://www.npmjs.com/install.sh | sh
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment