Created
December 5, 2014 18:11
-
-
Save mcat/aab2efe3f3bd7f73d4a1 to your computer and use it in GitHub Desktop.
How to install an npm package from a private Github repo
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 -S -g "git+https://[USERNAME]@github.com/[PATH-TO-REPO].git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment