Skip to content

Commit

Permalink
docs: update --no-optional to --omit=optional (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 17, 2022
1 parent 0d4ed0f commit bc66ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Expand Up @@ -873,7 +873,7 @@ be found or fails to install, then you may put it in the
`optionalDependencies` object. This is a map of package name to version or
url, just like the `dependencies` object. The difference is that build
failures do not cause installation to fail. Running `npm install
--no-optional` will prevent these dependencies from being installed.
--omit=optional` will prevent these dependencies from being installed.

It is still your program's responsibility to handle the lack of the
dependency. For example, something like this:
Expand Down

0 comments on commit bc66ffa

Please sign in to comment.