Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created November 4, 2016 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/6c9fc901b566b367db6138ca42c54f51 to your computer and use it in GitHub Desktop.
Save kbshl/6c9fc901b566b367db6138ca42c54f51 to your computer and use it in GitHub Desktop.
How to install NodeJS package from Github directly
# https
git+https://git@github.com/visionmedia/express.git
# ssh
git+ssh://git@github.com/visionmedia/express.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment