Skip to content

Instantly share code, notes, and snippets.

@A6Brgeuka
Created June 17, 2016 16:29
Show Gist options
  • Save A6Brgeuka/0bca714f77a4c65fe2fe967f69e6830e to your computer and use it in GitHub Desktop.
Save A6Brgeuka/0bca714f77a4c65fe2fe967f69e6830e to your computer and use it in GitHub Desktop.
How to install package from branch in GitHub
npm install username/ripository#branch(commit)
example
npm install gulpjs/gulp#4.0
npm install gulpjs/gulp#7f5ac012315fca6a3ad8105b6f50e8143b237c94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment