Skip to content

Instantly share code, notes, and snippets.

@ryanbennettvoid
Created September 25, 2015 21:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
sudo apt-get update && \
sudo apt-get install -y wget curl npm && \
sudo npm install -g n && \
sudo n stable && \
sudo ln -s /usr/bin/nodejs /usr/bin/node && \
sudo npm install -g nodemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment