Simon Lemieux
Results
12
comments of
Simon Lemieux
My workaround was also to use `--topological-dev` and make sure the dependencies are also `devDependencies`. Wouldn't a better solution be to consider all of `dependencies`, `devDependencies` and `peerDependencies` when using...
My workaround was to... stop using workspaces and make separate packages (each with their `yarn.lock` file) and use `portal:` links between them. Another workaround is described in this other issue:...