-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
Current Behavior:
npm ci doesn't run the postinstall script
Expected Behavior:
npm ci should run the postinstall script
Steps To Reproduce:
- create a new folder and put the following minimal package.json in it:
{
"scripts": {
"postinstall": "echo \"it should echo this\""
}
}
- run
npm install - run
npm ci - notice how
npm ciDOES NOT run thepostinstallscript
Environment:
ex.
- OS: Kubuntu 20.04
- Node: 14.13.0
- npm: 7.0.0-rc.0
jameschensmith, Nebulis, billyjanitsch, kakawajazz, apottere and 34 moreamq, bl-ue, igolskyi and amitbeck
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release