You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commands/bootstrap/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ For background on `--hoist`, see the [hoist documentation](https://github.com/le
56
56
Note: If packages depend on different _versions_ of an external dependency,
57
57
the most commonly used version will be hoisted, and a warning will be emitted.
58
58
59
+
### --strict
60
+
61
+
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.
62
+
63
+
```sh
64
+
$ lerna bootstrap --hoist --strict
65
+
```
66
+
59
67
### --nohoist [glob]
60
68
61
69
Do _not_ install external dependencies matching `glob` at the repo root. This
0 commit comments