-
Notifications
You must be signed in to change notification settings - Fork 258
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
volta pin command should also update package.engines.yarn if present #841
Comments
another option would be to detect that the |
either way, whether the the volta tool helps me upgrade all my config in sync or whether it tells me not to use potentially conflicting config, I feel like volta should be smart enough to anticipate this inconsistent config state (two different versions of |
We actually discussed this a fair amount early on in the project and ultimately decided against re-using or interacting with
|
volta pin command should also update package.engines.yarn if present
reasoning: as a user of volta, when I run the command
volta pin yarn@latest
in my project, I have to manually update thepackage.engines.yarn
field as well.It would be more ergonomic if volta would just update this field as well for me, or at least present some cli dialog prompt asking me if I want to
package.engines.yarn
as well.The text was updated successfully, but these errors were encountered: