uber-archive / npm-shrinkwrap

A consistent shrinkwrap tool
MIT License
773 stars 47 forks source link

npm install module with shrinkwrap #98

Open TomaszScisloGS opened 8 years ago

TomaszScisloGS commented 8 years ago

Hi,

Is it possible to follow the following path

  1. npm shrinkwrap -> correctly with valid node_modules and package.json
  2. npm install module module has been shrinkwrapped before

Will module be taken from shrinkwrapped version or general npm version?