Skip to content
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

Segmentation fault: 11 #277

Closed
IzumiSy opened this issue Jun 13, 2023 · 0 comments · Fixed by #276
Closed

Segmentation fault: 11 #277

IzumiSy opened this issue Jun 13, 2023 · 0 comments · Fixed by #276

Comments

@IzumiSy
Copy link

IzumiSy commented Jun 13, 2023

Environment

I have installed my node.js 18.16.0 with Homebrew.

Reproduction

  1. Added packageManager field in my package.json
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"
 }
  1. Enable corepack
$ corepack enable
  1. See npm version
$ npm --version
9.5.1
  1. Enable corepack with npm
$ corepack enable npm
  1. Running npm gets me segmentation fault
$ npm --version
Segmentation fault: 11

Additional info

Location of npm

$ which npm
/opt/Homebrew/bin/npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant