Closed IzumiSy closed 1 year ago
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": "npm@9.7.1" }
Enable corepack
$ corepack enable
See npm version
$ npm --version 9.5.1
Enable corepack with npm
$ corepack enable npm
Running npm gets me segmentation fault
$ npm --version Segmentation fault: 11
Location of npm
$ which npm /opt/Homebrew/bin/npm
Environment
I have installed my node.js 18.16.0 with Homebrew.
Reproduction
packageManager
field in my package.jsonEnable corepack
See npm version
Enable corepack with npm
Running npm gets me segmentation fault
Additional info
Location of npm