Created
June 17, 2016 16:29
-
-
Save A6Brgeuka/0bca714f77a4c65fe2fe967f69e6830e to your computer and use it in GitHub Desktop.
How to install package from branch in GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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