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
I have installed my node.js 18.16.0 with Homebrew.
packageManager
diff --git a/package.json b/package.json index 58f0b91..0da28a1 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,6 @@ "devDependencies": { "prettier": "^2.8.8", "prisma": "^4.15.0" - } + }, + "packageManager": "[email protected]" }
$ corepack enable
$ npm --version 9.5.1
$ corepack enable npm
$ npm --version Segmentation fault: 11
Location of npm
$ which npm /opt/Homebrew/bin/npm
The text was updated successfully, but these errors were encountered:
v8-compile-cache
npm@>=9.7.0
Successfully merging a pull request may close this issue.
Environment
I have installed my node.js 18.16.0 with Homebrew.
Reproduction
packageManager
field in my package.jsonAdditional info
Location of npm
The text was updated successfully, but these errors were encountered: