Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lang/en/docs/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ Finally, run `yarn install` somewhere, ideally inside the workspace root. If eve
/workspace-b/package.json
```

_Note: don't look for `/node_modules/workspace-b`. It won't be there unless some other package use it as a dependency._

And that's it! Requiring `workspace-a` from a file located in `workspace-b` will now use the exact code currently located inside your project rather than what is published on npm, and the `cross-env` package has been correctly deduped and put at the root of your project to be used by both `workspace-a` and `workspace-b`.

Please note the fact that `/workspace-a` is aliased as `/node_modules/workspace-a` via a symlink.
Expand Down