Yarn 3 compatibility #357
Unanswered
zuhair-naqvi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using turbo repo with yarn 3 for my project and trying to use react-native-create-library as a scaffolding tool for internal packages. Turns out the generated package specifies yarn 1.x, I removed it and was able to run yarn install however I'm unable to run the example project.
yarn example ios throws:
Type Error: Cannot read properties of undefined (reading 'match')
at iB (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:390:22861)
at Object.qc (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:390:22719)
at MQ.findPackageLocator (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:691:22867)
at async He.findLocatorForLocation (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:439:5244)
at async He.find (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:436:1891)
at async Xu.execute (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:572:1876)
at async Xu.validateAndExecute (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:63:13148)
at async OA.run (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:77:2354)
at async dE.execute (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:472:537)
at async dE.validateAndExecute (/Users/zuhairnaqvi/.cache/node/corepack/yarn/3.3.1/yarn.js:63:13148)
Has anyone tried builder-bob with yarn 3?
Beta Was this translation helpful? Give feedback.
All reactions