An open API service indexing awesome lists of open source software.

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

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