Skip to content

Instantly share code, notes, and snippets.

@zeke
Last active January 3, 2016 06:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zeke/8426338 to your computer and use it in GitHub Desktop.
Save zeke/8426338 to your computer and use it in GitHub Desktop.
A .npmrc file for use when the public npm registry is down.
# npm mirroring, courtesy @jbuck and Mozilla.
# See https://github.com/jbuck/npm-readonly-mirror
curl npmrc.zeke.xxx >> .npmrc
git add .npmrc
git commit -m "mozilla .npmrc"
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment