Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: add note about --force overriding peer dependencies
PR-URL: #2572
Credit: @isaacs
Close: #2572
Reviewed-by: @nlf
  • Loading branch information
isaacs committed Feb 1, 2021
1 parent d9ba376 commit dd05ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/using-npm/config.md
Expand Up @@ -472,6 +472,7 @@ mistakes, unnecessary performance degradation, and malicious input.
range (including SemVer-major changes).
* Allow a module to be installed as a direct dependency of itself.
* Allow unpublishing all versions of a published package.
* Allow conflicting peerDependencies to be installed in the root project.

If you don't have a clear idea of what you want to do, it is strongly
recommended that you do not use this option!
Expand Down

0 comments on commit dd05ba0

Please sign in to comment.