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
-
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
postinstall
script is just runningpnpm run codegen
, which is"codegen": "turbo run codegen",
. If we runturbo run codegen
then our codegen script still takes around ~1m30s. So we don't think this has anything to do withpnpm
itself. Even after removing.turbo
and 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