Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying make a plugin and indside I need to get nested workspaces of the workspace and
tryWorkspaceByDescriptor
stops working if I specifypeerDependencies
for nested workspace, whiletryWorkspaceByIdent
seems like working.Going deeper, after devirtualization the range is not accepted anymore (https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-core/sources/Project.ts#L462).
Could you please explain how peerDependencies affects the range?
And is that an expected behavior in general?
Beta Was this translation helpful? Give feedback.
All reactions