You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it might take a little while to show up in the official documentation, could someone in this issue give an informal explanation of how --include works?
Since it might take a little while to show up in the official documentation, could someone in this issue give an informal explanation of how --include works?
The --include option allows for defining which types of dependancies to install.
It is the inverse of --omit=<type>.
Dependency types specified i --include won't be omitted, regardless of the order in which omit/include are specified.
Is there an existing issue for this?
This is a CLI Docs Problem, not another kind of Docs Problem.
Description of Problem
Documentation for
npm install
andnpm ci
does not include the--include
,--only
,--no-optional
flags in version 8.x.Potential Solution
Include
--include
,--only
,--no-optional
flags in the documentation.Affected URL
No response
The text was updated successfully, but these errors were encountered: