Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Last active April 12, 2016 09:51
Show Gist options
  • Save ratulcse10/bb1cf81ebd00547ee8f8 to your computer and use it in GitHub Desktop.
Save ratulcse10/bb1cf81ebd00547ee8f8 to your computer and use it in GitHub Desktop.
install nodejs in ubuntu
sudo apt-get install nodejs
sudo apt-get install npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g express
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment