gyp ERR! build error
- Langage dominant
- TypeScript
- Étoiles
- 25.7k
- Forks
- 7.9k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Issue type
**I'm submitting a ...** (check one with "x")
[*] bug report
[*] bug solution
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
gyp ERR! build error
**Current behavior:**
git clone && npm i -> produces error messages during node-gyp
**Expected behavior:**
no errors during npm i
**Steps to reproduce:**
[clone] repo && cd repo && npm i
### Solution
[clone] repo && cd repo && rm package-lock.json && npm i
### Other information:
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Users/mikki/.nvm/versions/node/v12.22.1/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:314:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
gyp ERR! System Darwin 20.3.0
gyp ERR! command "/Users/mikki/.nvm/versions/node/v12.22.1/bin/node" "/Users/mikki/.nvm/versions/node/v12.22.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/mikki/Projects/meetingmaker-admin.dashboard/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/mikki/Projects/meetingmaker-admin.dashboard/node_modules/fsevents/lib/binding/Release/node-v72-darwin-x64" "--napi_version=8" "--node_abi_napi=napi"
gyp ERR! cwd /Users/mikki/Projects/meetingmaker-admin.dashboard/node_modules/fsevents
gyp ERR! node -v v12.22.1
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.