Questions tagged [yarn-v3]

33 questions
0
votes
1 answer

How can I list all package versions from yarn.lock file in yarn3.x?

I have several 'latest' and '^x.x.x' packages for a package that's going into maintenance mode. For stability purposes, I'd like to fix all package versions. After spending some time combing through the yarn.lock file, I noticed multiple versions of…
Remy
  • 822
  • 12
  • 18
0
votes
1 answer

Yarn berry workspace command not available at root level

I have a working monorepo(yarn v1) with lot of workspaces(small example below). I'm working on upgrading yarn to Yarn@3 berry. I'm not able to access "Client" package .bin scripts from monorepo root, giving me this error "Usage Error: Couldn't find…
user6481062
  • 393
  • 1
  • 4
  • 17
0
votes
1 answer

create-react-app error while using yarn 3

I'm using yarn 3.2.0(latest) and node 17.6.0(latest) As instructed in CRA documentation I ran yarn create react-app myapp. It completed installation and was able to start the app using yarn start. However after making changes to the App , I always…
RHOOPH
  • 94
  • 1
  • 5
1 2
3