-
Hi, I'm currently trying pnpm out in a large private monorepo. Because of the large number of packages, during a CI job, we have a script to choose which packages to install. So for example, if only package A & B are changed, we run However, when we have large amount of packages specified in
Further investigation led me to find out that it is caused by this line: pnpm/packages/pnpm/src/main.ts Line 84 in f8e0315 In my scenario, So yeah, I'm wonder why that line is set? I couldn't find any issue or PR that introduce that change, only a commit: ffaaf70#diff-efe6e8c43fe0c807601afdc100b68ed8512e84217a308446bca550f3c21e1632R147 p.s. iirc p.p.s. so for my original problem, I reckon the solution is to limit the number of Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We set it because npm was setting it and some packages were not working without it. I did not know that npm removed it. We can also remove it in the next major version. Or we can add an option to remove it earlier. |
Beta Was this translation helpful? Give feedback.
We set it because npm was setting it and some packages were not working without it. I did not know that npm removed it. We can also remove it in the next major version. Or we can add an option to remove it earlier.