-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Priority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaseWontfixthis will not be worked onthis will not be worked on
Description
I've searched a number of issues related to prepare
but could not find quite the same scenario.
Current Behavior:
npm install
does not run prepare script and does not install devDependencies
Expected Behavior:
npm install
should run prepare script and install devDependencies
Steps To Reproduce:
- Create a private repo on github with a prepare script in the package.json file
npm init -y
in a local test foldernpm install git+ssh://git@github.com:ghname/ghrepo#semver:^0.0.0
- Observe prepare script is not run
Environment:
OS: Arch Linux
NPM: 7.6.3
NODE: 15.11.0
Metadata
Metadata
Assignees
Labels
Priority 1high priority issuehigh priority issueRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releaseWontfixthis will not be worked onthis will not be worked on