Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 581 Bytes

npm-install-shrinkwrap

Install 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.

Does

  • pulls down modules from resolved url (surprisingly, npm doesn't seem to use this!)

Not Yet

  • doesn't actually check integrity code
  • could check npm's cache for integrity code first.

PRs welcome.

License

MIT