You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yep
I stumbled on this on my first install of node 15.0.0, npm 7.0.2 few months ago.
Since then I procrastinated to report the problem.
yesterday I installed node 15.3.0, npm 7.0.14
now I installed 7.0.15 - the problem is still here.
Current Behavior:
when you run
npm install
,package.json
preinstall
script will be executed after dependencies installationExpected Behavior:
package.json
preinstall
script must be executed before dependencies installation.Steps To Reproduce:
Execute the following commands to clone my test repository and run
npm install
to reproduce the problemOR
package.json
file in empty directory with the following content:npm install
preinstall
script. as resultnode_modules
directory will be deleted.Environment:
The text was updated successfully, but these errors were encountered: