Skip to content

Instantly share code, notes, and snippets.

@mcat
Created December 5, 2014 18:11
Show Gist options
  • Save mcat/aab2efe3f3bd7f73d4a1 to your computer and use it in GitHub Desktop.
Save mcat/aab2efe3f3bd7f73d4a1 to your computer and use it in GitHub Desktop.
How to install an npm package from a private Github repo
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