Skip to content

Instantly share code, notes, and snippets.

@IgnacioGaldames
Created November 22, 2016 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgnacioGaldames/4c26c9b5b3df86cfb21d7e99b28ce2af to your computer and use it in GitHub Desktop.
Save IgnacioGaldames/4c26c9b5b3df86cfb21d7e99b28ce2af to your computer and use it in GitHub Desktop.
sudo npm install -g npm
sudo npm install -g express
mkdir TestProject
cd TestProject
npm init --yes
npm install request --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment