📚 Docs: How to handle [email protected] auto-installing feature #9522
Replies: 4 comments 2 replies
-
Do you have a link to a doc or description for this behavior? Notably, per our Support Policy, we strive to do our best with package manager compatibility, but likely won't have Day 1 support for new features. I'm only seeing alpha releases for pnpm@10 so we at least would wait for stability and community validation of the feature. However, from what you're describing, if pnpm simply crashes itself when dependencies aren't updated, then your Turborepo tasks would do the same. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/pnpm/pnpm/releases/tag/v10.0.0-alpha.4
|
Beta Was this translation helpful? Give feedback.
-
Based on my reading of that, Turborepo won't have to do anything, and your |
Beta Was this translation helpful? Give feedback.
-
I'm also going to convert this to a Discussion since this is likely may or may not end up being closer to a feature request than a docs update. |
Beta Was this translation helpful? Give feedback.
-
What is the improvement or update you wish to see?
In
pnpm@10
, support will be added for requiring packages to be installed before running commands. I am not sure how turbo will handle this since it runs concurrent processes.I currently manually do this by having this step in my turbo.json and require every package to depend on this:
It would be nice if turbo supported this natively with pnpm@10
Is there any context that might help us understand?
N/A
Does the docs page already exist? Please link to it.
No response
Beta Was this translation helpful? Give feedback.
All reactions