Skip to content

Instantly share code, notes, and snippets.

@gadzhimari
Last active November 16, 2018 17:06
Show Gist options
  • Save gadzhimari/5ff5ed504481bd6f280782f1e03aa602 to your computer and use it in GitHub Desktop.
Save gadzhimari/5ff5ed504481bd6f280782f1e03aa602 to your computer and use it in GitHub Desktop.
Npm cheatsheet

Install fixed version of package

npm install --save --save-exact react

Set a default in .npmrc config

npm config set save-exact=true

Install package from Git and Github repository

As of NPM version 1.1.65, we can do this: npm install <user>/<project>#<branch>

More concrete example npm install gadzhimari/express#feature/http_router

npm docs

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