Skip to content
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

Re-add local/dev volta for folks not using corepack #2128

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Collaborator

unless folks know of a way to only enable corepack for certain projects?

it's been problematic on my work repo, so I have it globally disabled.

},
"volta": {
"node": "20.14.0",
"pnpm": "8.15.9"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

matches packageManager

Copy link
Collaborator Author

@NullVoxPopuli NullVoxPopuli Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tbh, volta should probably just read packageManager and .npmrc, and only optionally have the volta package.json thing.
and then also do away with the required extends config, and traverse to the top by default. :-\

@@ -68,5 +68,9 @@
"unlabeled": ":question: Unlabeled"
},
"wildcardLabel": "unlabeled"
},
"volta": {
"node": "20.14.0",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

matches .npmrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant