turbo runs slowly with pnpm
#9885
Unanswered
bitttttten
asked this question in
Help
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
We are moving from npm (node 20.12.2 and npm 10.5.0) to pnpm (9.15.4) and are seeing some of our scripts go from max 10s to up to 2 minutes.
with npm:
Our
postinstallscript is just runningpnpm run codegen, which is"codegen": "turbo run codegen",. If we runturbo run codegenthen our codegen script still takes around ~1m30s. So we don't think this has anything to do withpnpmitself. Even after removing.turboand installing a different turbo version (2.4.0) we still see this slow script.How best can we debug this? Happy to provide more info if necessary.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions