Skip to content

Instantly share code, notes, and snippets.

@touren
Created July 9, 2016 04:26
Show Gist options
  • Save touren/e4ebb39e6f6a977df3f8645a4ea300c3 to your computer and use it in GitHub Desktop.
Save touren/e4ebb39e6f6a977df3f8645a4ea300c3 to your computer and use it in GitHub Desktop.
Install node & npm on Ubuntu 14
sudo apt-get install -y nodejs
sudo apt-get install -y npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
node -v
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment