-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support different package managers / versions #6
Labels
enhancement
New feature or request
Comments
dominykas
added a commit
that referenced
this issue
Jan 4, 2022
npm supports this as of v7+ and it is a better option than `npm install` until #6 is implemented
Some thoughts on how this could be implemented...
|
You can look at https://github.com/nvm-sh/nvm/blob/39d9a42c359df5dbf37c5000af8192f14a280b94/nvm.sh#L170-L330 for a mapping of actual npm/node versions that work; afaik that knowledge doesn't exist anywhere else. I don't think we should be using corepack at all; it's experimental and has received some pushback around the way it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to specify a package manager, package manager version or even a matrix of package managers.
The text was updated successfully, but these errors were encountered: