You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just migrated from yarn v1 to v3.2.0.
But when I run yarn install or yarn workspaces focus --all --production, it always fails after a few secs during fetch step:
root@localhost:~/app# yarn workspaces focus --all --production
➤ YN0000: ┌ Resolution step
➤ YN0002: │ @mui/x-date-pickers@npm:5.0.0-alpha.0 [35807] doesn't provide react-dom (pb7a9d), requested by react-transition-group
➤ YN0060: │ ali-ec2@workspace:. provides react (p41ede) with version 18.0.0, which doesn't satisfy what @mui/lab and some of its descendants request
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 264ms
➤ YN0000: ┌ Fetch step
➤ YN0000: ⠇ ===============================================================================-
node version is v16.14.2
ubuntu version: 18
opt out of zero-install
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just migrated from yarn v1 to v3.2.0.
But when I run
yarn install
oryarn workspaces focus --all --production
, it always fails after a few secs during fetch step:node version is v16.14.2
ubuntu version: 18
opt out of zero-install
my .yarnrc.yaml:
Note that the same project works well in my windows Linux subsystem (ubuntu 20) with same version of node and yarn.
Beta Was this translation helpful? Give feedback.
All reactions