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
Despite our best efforts, we cannot catch all pnpm related issues before they hit users. We need to be more proactive and catch them earlier. This means that we need to enable pnpm mode.
To enable pnpm mode:
diff --git a/.yarnrc.yml b/.yarnrc.yml
index f59a253e..b2cfdf1f 100644
--- a/.yarnrc.yml+++ b/.yarnrc.yml@@ -7,7 +7,7 @@ logFilters:
level: discard
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
level: discard
-nodeLinker: node-modules+nodeLinker: pnpm
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
"@fluentui/utilities@*":
Despite our best efforts, we cannot catch all pnpm related issues before they hit users. We need to be more proactive and catch them earlier. This means that we need to enable pnpm mode.
To enable pnpm mode:
Work items
@react-native/metro-config
not being resolved #2779metro/package.json
correctly #2780@rnx-kit/eslint-config
#2781@babel/runtime
#2784@babel/plugin-transform-classes
#2791react-native
starting from project root #2800Upstream fixes
build_codegen!
not finding@react-native/codegen
in pnpm setups facebook/react-native#41399build_codegen!
not finding@react-native/codegen
in pnpm setups facebook/react-native#41457build_codegen!
not finding@react-native/codegen
in pnpm setups facebook/react-native#41456build_codegen!
not finding@react-native/codegen
in pnpm setups react-native-macos#1984build_codegen!
not finding@react-native/codegen
in pnpm setups react-native-macos#1983runMacOS.js
depends onchalk
react-native-macos#1989runMacOS.js
depends on@react-native-community/cli-tools
react-native-macos#1993The text was updated successfully, but these errors were encountered: