Skip to content

Instantly share code, notes, and snippets.

@gtracy
Last active August 29, 2017 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtracy/cf25580fbbfcc26fb88628f6c4b1de76 to your computer and use it in GitHub Desktop.
Save gtracy/cf25580fbbfcc26fb88628f6c4b1de76 to your computer and use it in GitHub Desktop.
npm install : Provide access to private npm packages in Github
eval "$(ssh-agent -s)"
eval ssh-add ~/.ssh/id_rsa
Enter passphrase for /Users/developer/.ssh/id_rsa:
Identity added: /Users/developer/.ssh/id_rsa (/Users/developer/.ssh/id_rsa)
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment