Replies: 1 comment
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's start with the most important: your Node.js may need to be changed!
pnpm 11 only supports Node.js 22+. Node 18 and 20, which are still on LTS, will be cut off.
What does this mean? If your CI is still running Node 20, or the default version of nvm on your computer hasn't been updated, upgrading to pnpm 11 will result in an error.
pnpm 11 no longer reads non-authenticated configuration from
.npmrc.Configuration separation:
.npmrcpnpm-workspace.yamlor~/.config/pnpm/config.yaml.npm_config_*topnpm_config_*.For more information you may need to refer to the official website documentation
Beta Was this translation helpful? Give feedback.
All reactions