Skip to content

dominictarr/npm-install-shrinkwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages