[BUG] preshrinkwrap, shrinkwrap and postshrinkwrap scripts are not executed #2520
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 7.x
work is associated with a specific npm 7 release
Current Behavior:
With a
package.json
looking like that,preshrinkwrap
,shrinkwrap
andpostshrinkwrap
scripts are not executed when runningnpm install
:Expected Behavior:
preshrinkwrap
,shrinkwrap
andpostshrinkwrap
scripts to be executed when runningnpm install
as described in the documentation https://docs.npmjs.com/cli/v7/configuring-npm/package-locksNote that this behavior works on npm 6.x.
Environment:
Node: 15.6.0
npm: 7.4.0
The text was updated successfully, but these errors were encountered: