Skip to content

Instantly share code, notes, and snippets.

@davidtucker
Created November 15, 2013 01:11
Show Gist options
  • Save davidtucker/7477528 to your computer and use it in GitHub Desktop.
Save davidtucker/7477528 to your computer and use it in GitHub Desktop.
Installing Dependencies with NPM
# Installing Express and Socket.io
npm install express --save-dev
npm install socket.io --save-dev
# Installing Dependencies (for other developers)
npm install
# Updating Dependencies (if new versions were released)
npm update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment