ERR!Ошибка стека: `gyp` не удалось с кодом выхода: 1 - PullRequest
1 голос
/ 11 июля 2019

Проблемы с моим MAC заставили меня отформатировать и начать все заново. Я загрузил свой проект в GITHUB и скачал его после установки NPM 6.9.0 & Node 12.6.0. Ничего не работает, и я получаю эту ошибку:

gyp: Call to 'node findJavaHome.js' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
gyp ERR! stack     at ChildProcess.emit (events.js:203:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Darwin 18.6.0
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/anonymous/Development/Mundo1.6/node_modules/java
gyp ERR! node -v v12.6.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! java@0.11.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the java@0.11.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:

Я не уверен, что делать на данный момент ... Я перепробовал все предложения, которые я видел в Интернете:

sudo npm install --unsafe-perm
sudo node-gyp rebuild -g --unsafe-perm
sudo chmod 777
sudo node-gyp rebuild -g --unsafe-perm
sudo npm config set unsafe-perm=true
npm rebuild node-sass

На этом этапе любая помощь будет очень полезна. Опять же, мне пришлось отформатировать, чтобы обновить мой MAC OS Mojave 10.14.5

Раньше мне никогда не приходилось постоянно использовать sudo с NPM, поэтому я не уверен, что пошло не так.

...