Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 2e15069

Browse files
authored
pnpm: remove update notifier message (#51630)
Having a bit fat dialog printed everytime I run pnpm install is a bit annoying. I believe we manage the version used, so we don't actually want to be using the latest on NPM. IE this dialog was misleading. Test Plan: pnpm install didn't show the upgrade dialog.
1 parent e5a666f commit 2e15069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ public-hoist-pattern[]=global
1616
public-hoist-pattern[]=*eslint*
1717

1818
auto-install-peers=true
19+
20+
# We manage the version of pnpm so the update warnings based on NPM is inaccurate.
21+
update-notifier=false

0 commit comments

Comments
 (0)