Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2021-01-29 20:01:41 +0300
committerisaacs <i@izs.me>2021-02-01 22:56:26 +0300
commitdd05ba0c0b2f4c70eb8558c0ecc54889efbe98f5 (patch)
treeaf6619f3be5ed77bcbfa453adc31a759386a3eba /docs
parentd9ba37682948f27a5277dfd76e3fe6f684e404d5 (diff)
doc: add note about --force overriding peer dependenciesisaacs/doc-config-force-peer-deps-override
PR-URL: https://github.com/npm/cli/pull/2572 Credit: @isaacs Close: #2572 Reviewed-by: @nlf
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/using-npm/config.md b/docs/content/using-npm/config.md
index 1e0b20359..1032adafb 100644
--- a/docs/content/using-npm/config.md
+++ b/docs/content/using-npm/config.md
@@ -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!