Skip to content

Commit

Permalink
doc: add note about --force overriding peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 29, 2021
1 parent 7b1a539 commit ffb22c4
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 ffb22c4

Please sign in to comment.