Skip to content

Instantly share code, notes, and snippets.

@TOMOAKI12345
Last active August 29, 2015 14:27
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 TOMOAKI12345/566e91d78f8bdbbb3ab7 to your computer and use it in GitHub Desktop.
Save TOMOAKI12345/566e91d78f8bdbbb3ab7 to your computer and use it in GitHub Desktop.
npm private module install from github private repo
vim ~/.netrx
machine github.com
  login TOMOAKI12345
  password {oauth_token}

// npm private module installation with writing at package.json 
npm install git+https://github.com/TOMOAKI12345/{private_repo} --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment