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: implemented/0000-workspaces-install-phase-1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ The structure of the source code is following
41
41
| ---- package.json
42
42
| ---- packages/
43
43
| -------- babel-jest/
44
-
| ------------ packjage.json
44
+
| ------------ package.json
45
45
| -------- babel-preset-jest/
46
-
| ------------ packjage.json
46
+
| ------------ package.json
47
47
...
48
48
```
49
49
@@ -122,7 +122,7 @@ The algorithm is the same as in Yarn's [hoisting algorithm](https://github.com/y
122
122
123
123
In the example above babel-core is used in both top level package.json and one of the workspaces.
124
124
Yarn will resolve the highest possible common version and install it.
125
-
If versions are conflicting Yarn will install install the most common used one at the root level and install the other versions in each of workspaces folder.
125
+
If versions are conflicting Yarn will install the most common used one at the root level and install the other versions in each of the workspaces folder.
126
126
127
127
This should be enough for Node.js to resolve required dependencies when running in each of the workspaces.
0 commit comments