https://github.com/litee/playground-yarn-workspaces
Personal experiments with Yarn workspaces
https://github.com/litee/playground-yarn-workspaces
Last synced: about 1 year ago
JSON representation
Personal experiments with Yarn workspaces
- Host: GitHub
- URL: https://github.com/litee/playground-yarn-workspaces
- Owner: Litee
- Created: 2018-01-05T14:32:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T14:36:11.000Z (over 8 years ago)
- Last Synced: 2025-01-22T07:37:15.877Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playground for Yarn workspaces
## Insights
* Root `node_modules` is used not only for shared modules, but for all non-conflicting dependencies
* If modules are using different versions of the same dependency then Yarn may move already installed versions between root and module's `node_modules`!
* Yarn keeps only one root `yarn.lock` file