Skip to content

Instantly share code, notes, and snippets.

@masiur
Forked from ratulcse10/nodejs.sh
Created April 12, 2016 09:51
Show Gist options
  • Save masiur/9c2b6c81e7f22c9795ec6e12cf282806 to your computer and use it in GitHub Desktop.
Save masiur/9c2b6c81e7f22c9795ec6e12cf282806 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