Fast local npm registry mirror server.
Requires Node.js >= 7.6.0.
npm install npm-fast-mirror -g
Start server:
npm-fast-mirror [options]
Then set npm
to use this registry:
npm set registry http://127.0.0.1:9000
-V, --version output the version number
-u, --url [url] url to serve this server
-p, --proxy [url] npm registry url to proxy
-d, --dir [path] storage dir path
-h, --help output usage information