Cool tool for npm packages and having a local cache

Cool tool for npm packages and having a local cache

Verdaccio, a fork of Sinopia, to the rescue...

use with each command or set forever...

npm install --registry http://localhost:4978

Good also to know that sometimes the HTTPS connections are that much slower (airplane Wifi); for that use the non-TLS endpoint:

npm install --registry http://registry.npmjs.org/ FOOBAR