npm-shrinkwrap-install
npm-shrinkwrap-install copied to clipboard
Automatic synchronise shrinkwrap file with package install/update/uninstall.
``` $ npm install npm-shrinkwrap-install -g $ npm ERR! Darwin 15.6.0 $ npm ERR! node v6.9.4 $ npm ERR! npm v3.10.10 $ npm ERR! code E404 $ $ npm ERR!...
``` $ npm-r some-package --save TypeError: Cannot convert undefined or null to object at Function.keys (native) at diff (/Users/ahogan/.nvm/versions/node/v5.7.1/lib/node_modules/npm-shrinkwrap-install/lib/diff-deps.js:4:28) at /Users/ahogan/.nvm/versions/node/v5.7.1/lib/node_modules/npm-shrinkwrap-install/bin/install.js:30:21 at process._tickCallback (node.js:406:9) ``` `some-package` (not the real name)...