YN0057 is not listed in the error codes? #3501
-
https://yarnpkg.com/advanced/error-codes Trying to migrate to V2 with workspace I get: YN0057: │ @sampsonjs/stimulated: Invalid dependency range for '@sampsonjs/helpers' no matter what dependency range I choose: This is only a problem with PeerDependencies. I think I should open an issue, but my app is already decently complex and I don't have a lot of free time to create a M.R.E. Does anyone else have problems trying to use workspaces with peerDependencies? FYI, I am installing the same dependency in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Peer dependencies only support the workspace protocol starting from master. Use |
Beta Was this translation helpful? Give feedback.
Peer dependencies only support the workspace protocol starting from master. Use
yarn set version from sources
, or use*
instead.