Skip to content

Commit

Permalink
docs(bootstrap): Add note about --hoist incompatibility with `file:…
Browse files Browse the repository at this point in the history
…` specifiers (#2540)

Based on #1679 (comment)

[skip ci]
  • Loading branch information
bwhitty committed May 24, 2020
1 parent 91d9d3e commit ef83809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/bootstrap/README.md
Expand Up @@ -56,6 +56,8 @@ For background on `--hoist`, see the [hoist documentation](https://github.com/le
Note: If packages depend on different _versions_ of an external dependency,
the most commonly used version will be hoisted, and a warning will be emitted.

Note: `--hoist` is [incompatible with `file:` specifiers](https://github.com/lerna/lerna/issues/1679#issuecomment-461544321). Use one or the other.

### --strict

When used in conjunction with hoist will throw an error and stop bootstrapping after emitting the version warnings. Has no effect if you aren't hoisting, or if there are no version warnings.
Expand Down

0 comments on commit ef83809

Please sign in to comment.