Package Exports
- npm-cache
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-cache) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
npm-cache
npm-cache is a command line utility that caches dependencies installed via npm, bower, and composer
Installation
npm install -g npm-cacheUsage
npm-cache installExamples:
npm-cache install try to install npm, bower, and composer components
npm-cache install bower install only bower components
npm-cache install bower npm install bower and npm components
npm-cache install --cachedDirectory /Users/cached/ try to install npm, bower, and composer components, using /Users/cached/ as cached directory