npm-cache-exchange

1.0.2 • Public • Published

npm-cache-exchange

Exchange npm caches with someone else on the local network

npm install -g npm-cache-exchange

Usage

On one computer run

computer-1> npm-cache-exchange

And on another one run the same

computer-2> npm-cache-exchange

These two computers will now exchange their npm cache.

You can force npm to only use the cache by setting the --cache-min 999999999 argument. which allows you to use npm offline

npm --cache-min 99999999 install a-module # works offline 

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i npm-cache-exchange

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mafintosh