uber-archive/npm-shrinkwrap

npm install module with shrinkwrap

TomaszScisloGS opened this issue · 0 comments

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?