-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use corepack for managing yarn version #599
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The Node.js site says that Corepack is experimental: https://nodejs.org/api/corepack.html. Do you know if there's a risk of breaking changes that could cause issues, or a timeline for a stable release? The readme should probably also have non-Corepack instructions for people using older Node.js versions. |
If Node.js removes corepack, most developers on yarn will ideally switch to installing it globally using
No one knows. We've been trying to push since May'22 in nodejs/corepack#104, but Node.js TSC is not able to arrive at a decision.
Corepack is available in all Node.js versions supported by jscodeshift. And these instructions are for contributors of jscodeshift, and not users. |
Sounds good to me! Thank you. |
@trivikr We should probably add an SHA hash as documented in the Corepack readme: https://github.com/nodejs/corepack?tab=readme-ov-file#when-authoring-packages to reduce the risk of supply chain attacks (having said that, I've been doing the Yarn 1.x packaging, and I trust myself 😛) |
PR to add sha #602 |
Fixes: #598