-
Hi all! I'm having an issue with yarn add/install with workspaces. I would like to simply add an npm hosted package to one of my workspaces. However, no matter what I try, I always get an error stating my other workspaces listed as dependencies cannot be found. My example setup looks like the following. Essentially two packages inside a packages folder and each of the test packages are workspaces. . In my root package.json I have:
After running yarn install at the root level and getting everything linked up/installed, I would expect I could Can someone explain how I could just run something like Additionally, I tried both the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Please provide a reproduction, you most likely have a problem in your setup and this isn't enough information to figure out what |
Beta Was this translation helpful? Give feedback.
Please provide a reproduction, you most likely have a problem in your setup and this isn't enough information to figure out what