[BUG] npm ci
lists npm install
flags that don't work for npm ci
#6319
Labels
Documentation
documentation related issue
Needs Triage
needs review for next steps
Priority 2
secondary priority issue
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Expected Behavior
The documentation says that the global flag is allowed:
Steps To Reproduce
npm ci -g
.Environment
The code raising the error is here:
cli/lib/commands/ci.js
Lines 18 to 22 in 1c3612c
and there are tests for this:
cli/test/lib/commands/ci.js
Lines 184 to 189 in 1c3612c
so I guess my environment doesn't matter here.
The text was updated successfully, but these errors were encountered: