-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Bugthing that needs fixingthing that needs fixingPriority 0will get attention right awaywill get attention right awayRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release
Description
Current Behavior:
NODE_ENV=production npm install --production=false doesn't install project's devDependecies.
Expected Behavior:
NODE_ENV=production npm install --production=false installs devDependencies according to docs:
To install all modules listed in both
dependenciesanddevDependencieswhenNODE_ENVenvironment variable is set toproduction, you can use--production=false.
Steps To Reproduce:
NODE_ENV=production npm install --production=false- dev dependencies are missing (
npm lsprintsUNMET DEPENDENCYfor them)
Environment:
- OS: MacOS BigSur 11.2.1
- Node: 14.15.1
- npm: 7.7.0
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingPriority 0will get attention right awaywill get attention right awayRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 release