1.0.0 • Published 9 years ago

npm-install-retry-chive v1.0.0

Weekly downloads
7
License
-
Repository
github
Last release
9 years ago

Command line utility that retries npm install when NPM fails with npm ERR! cb() never called.

This happens sporadically and has been reported many times:

and still fails.

Installation

npm install -g  npm-install-retry

Usage

From command-line:

npm-install-retry --wait 500 --attempts 10 -- --production

It has two options wait (defaults to 500) and attempts (default to 10). Everything after -- goes directly to npm.

License

MIT 2013 - José F. Romaniello