We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The npm ci documentation does not mention options such as --no-optional, --only, etc. even though they are supported (based on my testing)
--no-optional
--only
Include missing options in the docs.
https://docs.npmjs.com/cli/v8/commands/npm-ci
The text was updated successfully, but these errors were encountered:
wraithgar
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
The npm ci documentation does not mention options such as
--no-optional
,--only
, etc. even though they are supported (based on my testing)Potential Solution
Include missing options in the docs.
Affected URL
https://docs.npmjs.com/cli/v8/commands/npm-ci
The text was updated successfully, but these errors were encountered: