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

chore(npmrc): set package-manager-strict to false #16565

Merged
merged 1 commit into from
May 1, 2024

Conversation

btea
Copy link
Collaborator

@btea btea commented Apr 30, 2024

Description

After pnpm releases version 9.0.3, when the local pnpm version and packageManger version do not match, an error message will appear and the process will exit when running pnpm i.

When #16489 is merged, the pnpm-lock.yaml file will not change even if the minor version does not match. So I think we can set package-manager-strict=false to disable it.

Copy link

stackblitz bot commented Apr 30, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@bluwy bluwy added the p1-chore Doesn't change code behavior (priority) label May 1, 2024
@patak-dev patak-dev merged commit cbf968e into vitejs:main May 1, 2024
11 checks passed
@btea btea deleted the chore/npmrc branch May 1, 2024 06:16
@benmccann benmccann mentioned this pull request Jun 7, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1-chore Doesn't change code behavior (priority)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants