Skip to content

Instantly share code, notes, and snippets.

@skamithi
Last active August 29, 2015 14:06
Show Gist options
  • Save skamithi/4f6baf2d1184540907b5 to your computer and use it in GitHub Desktop.
Save skamithi/4f6baf2d1184540907b5 to your computer and use it in GitHub Desktop.
npm cheatsheet

Update packages versions in package.json

npm update --save

Install a new package into dependencies

npm install [pkgname] --save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment