Skip to content

Commit dd05ba0

Browse files
committed
doc: add note about --force overriding peer dependencies
PR-URL: #2572 Credit: @isaacs Close: #2572 Reviewed-by: @nlf
1 parent d9ba376 commit dd05ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/using-npm/config.md

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ mistakes, unnecessary performance degradation, and malicious input.
472472
range (including SemVer-major changes).
473473
* Allow a module to be installed as a direct dependency of itself.
474474
* Allow unpublishing all versions of a published package.
475+
* Allow conflicting peerDependencies to be installed in the root project.
475476

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

0 commit comments

Comments
 (0)