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
Hi! I think this is a (forward) dupe of #4334 which is meant to be fixed by #4654, which is in the recently released yarn 1.2.0. Could you give the new version a try? :-)
Do you want to request a feature or report a bug?
bug
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce.
$ git clone [email protected]:pedronauck/yarn-workspaces-example.git
$ cd yarn-workspaces-example/packages/a
$ yarn add react
$ yarn remove react
What is the expected behavior?
react
as a dependency in./packages/a/package.json
./yarn.lock
./node_modules/
and./packages/a/node_modules/
Please mention your node.js, yarn and operating system version.
Workspaces look great so far! ♥
The text was updated successfully, but these errors were encountered: