Skip to content

Instantly share code, notes, and snippets.

@alfredwesterveld
Last active August 11, 2016 13:31
Show Gist options
  • Select an option

  • Save alfredwesterveld/eee9c258656db4f1e96cf7f5a14945bd to your computer and use it in GitHub Desktop.

Select an option

Save alfredwesterveld/eee9c258656db4f1e96cf7f5a14945bd to your computer and use it in GitHub Desktop.
add private npm token to .npmrc
touch .npmrc; grep -q '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' .npmrc || echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment