1.2.0 • Published 10 years ago
npm-install-cache v1.2.0
npm-install-cache
Install node_modules from cache on unix-like systems.
npm install -g npm-install-cacheUsage
Navigate to node project and run
npm-install-cacheIf any changes to the package.json have been made since the last run the script executes npm install and stores a copy of the node_modules directory, these are used next time the script is executed.