2.0.0 • Published 6 years ago

npm-install-retry v2.0.0

Weekly downloads
3,316
License
-
Repository
github
Last release
6 years ago

Build Status

Build status

Command line utility that retries npm install when NPM fails with flaky errors:

  • npm ERR! cb() never called,
  • npm ERR! errno ECONNRESET,
  • npm ERR! shasum check failed,
  • npm ERR! code EINTEGRITY

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

2.0.0

6 years ago

1.1.0

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago