Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pnpm mode to catch issues earlier #2783

Closed
31 tasks done
tido64 opened this issue Nov 2, 2023 · 0 comments · Fixed by #2811
Closed
31 tasks done

Enable pnpm mode to catch issues earlier #2783

tido64 opened this issue Nov 2, 2023 · 0 comments · Fixed by #2811
Labels
bug Something isn't working

Comments

@tido64
Copy link
Member

tido64 commented Nov 2, 2023

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

@tido64 tido64 added the bug Something isn't working label Nov 2, 2023
@tido64 tido64 mentioned this issue Nov 9, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant