🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

npm-cache-exchange

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-cache-exchange

Exchange npm caches with someone else on the local network

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 13 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts