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
Till version 0.76.4 we had "packageManager": "[email protected]" mentioned in package.json.
But this has been deleted when upgrading to 0.76.4 and later versions.
Should we use the default Yarn Classic (1.x) from 0.76.4?
Are we supposed to run corepack disable now and then use yarn?
Environment
Things I’ve done to figure out my issue
https://react-native-community.github.io/upgrade-helper/?from=0.76.3&to=0.76.5
Upgrading version
0.76.4
Description
Till version
0.76.4
we had "packageManager": "[email protected]" mentioned inpackage.json
.But this has been deleted when upgrading to
0.76.4
and later versions.Should we use the default Yarn Classic (1.x) from
0.76.4
?Are we supposed to run
corepack disable
now and then use yarn?Reproducible demo
https://react-native-community.github.io/upgrade-helper/?from=0.76.3&to=0.76.5
Here bother
"packageManager": "[email protected]"
and.yarnrc.yml
files are deletedThe text was updated successfully, but these errors were encountered: