We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the nvmrc contains a node version that doesn't support corepack, it fails and doesn't set the node verison.
Is this the expected behavior, or could it be changed to set the version and only attempt to enable corepack if it's a version that supports it?
According to nodejs docs it was added in v14.19.0 and v16.9.0
https://nodejs.org/api/corepack.html#corepack
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the nvmrc contains a node version that doesn't support corepack, it fails and doesn't set the node verison.
Is this the expected behavior, or could it be changed to set the version and only attempt to enable corepack if it's a version that supports it?
According to nodejs docs it was added in v14.19.0 and v16.9.0
https://nodejs.org/api/corepack.html#corepack
The text was updated successfully, but these errors were encountered: