microsoft/rnx-kit

Enable pnpm mode to catch issues earlier

tido64 opened this issue · 0 comments

tido64 commented

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@*":

Work items

Upstream fixes