-
Reason I ask (before raising) is because I'm unable to get rid of 'doesn't provide ...' warning with yarn berry package.json install. I looked at the peerDependencies for @theme-ui/css for example and its "@emotion/react": "^11" and I have "@emotion/react": "^11.9.0" installed which I thought would satisfy but could be wrong |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Could you paste the full error message here? I'd bet that |
Beta Was this translation helpful? Give feedback.
-
Oh god. I think I get it. Sorry for that, we're still on Yarn 1 here, so we didn't notice. Is this just a warning or is it blocking your build? Note for myself: Peer deps are now transitive and need to be explicitly listed in all libraries. We need a CI check for Yarn 2 and Yarn 3 installs. Edit: Created #2198 to track this problem. |
Beta Was this translation helpful? Give feedback.
Oh god. I think I get it. Sorry for that, we're still on Yarn 1 here, so we didn't notice.
Is this just a warning or is it blocking your build?
Note for myself: Peer deps are now transitive and need to be explicitly listed in all libraries. We need a CI check for Yarn 2 and Yarn 3 installs.
Edit: Created #2198 to track this problem.