$ npm install npm-install-shrinkwrapInstall a shrinkwrap or package-lock file directly. just pulls down packages and unpacks in the right place. does not mess with package-json or check the shrinkwrap makes sense. Just does what it says on the tin and nothing else.
you may need to run npm rebuild after this script,
if compiling any modules are needed.
PRs welcome.
MIT