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
system: macos 15.1
i have added volta pin info in the package.json file.
"volta": { "node": "16.18.0", "yarn": "1.22.22" }
but when i run node -v or yarn or npm -v, this error will occur.
node -v
yarn
npm -v
npm -v Volta error: Could not read package.json file for bundled npm. Please ensure the version of Node is correct.
my volta version is 2.0.2
2.0.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
system: macos 15.1
i have added volta pin info in the package.json file.
but when i run
node -v
oryarn
ornpm -v
, this error will occur.my volta version is
2.0.2
The text was updated successfully, but these errors were encountered: