Skip to content

Instantly share code, notes, and snippets.

@PCouaillier
Created June 27, 2019 10:00
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 PCouaillier/f5b1f025cc320a4169362d754657e905 to your computer and use it in GitHub Desktop.
Save PCouaillier/f5b1f025cc320a4169362d754657e905 to your computer and use it in GitHub Desktop.

npm commands

npm install

npm install save

Save

npm i -S

Save dev

npm i -D

npm install offline

npm i --cache-min 999999

Optimize dep tree

Prune and optimize

npm prune

change project version

create change package version, git tag, ...

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