-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Labels
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
No response
Which area(s) of pnpm are affected? (leave empty if unsure)
CLI
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
I had a code to config pnpm that worked on previous version 9.6 butnot with 10.7
When I try to tape this command
pnpm config --location project set network-concurrency '64' it works well on 9.6 but give me an error with 10.7
I can't find the changelog that point out a change in that ....
Describe the Bug
Error and exit prompt with
pnpm: Expected concurrencyto be a number from 1 and up, got64 (string)
Expected Behavior
The config is set without errors
Which Node.js version are you using?
18.20.5
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response