`node-pre-gyp install --fallback-to-build` schlug während der MeanJS-Installation unter OSX fehl

Ich habe mir gerade ein Mac-Buch gekauft, nachdem ich lange mit Windows gearbeitet habe.

Ich habe versucht, an einem MeanJS-Projekt zu arbeiten, an dem ich gearbeitet habe. Tunnpm install auf dem Projekt wirft Fehler

Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/Aayush/Work/lishn/repo/lishn-alpha/node_modules/grunt-node-inspector/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.4.6/node-v46-darwin-x64/debug.node --module_name=debug --module_path=/Users/Aayush/Work/lishn/repo/lishn-alpha/node_modules/grunt-node-inspector/node_modules/node-inspector/node_modules/v8-debug/build/debug/v0.4.6/node-v46-darwin-x64' (1)
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! code ELIFECYCLE
> 
> npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'.
npm ERR! This is most likely a problem with the v8-debug package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build
npm ERR! You can get their info via:
npm ERR!     npm owner ls v8-debug
npm ERR! There is likely additional logging output above.

Ich habe versucht, den Cache zu leeren.

Ich habe versucht, Node-Pre-Gyp mit @ zu installieresudo und--unsafe-perm

Ich habe auch versucht, ein MEAN-Projekt mit demselben Fehler neu zu installieren.

Ich kann anscheinend nicht finden, wo das Problem liegt.

Node Version - 5.0.0

NPM Version - 3.3.10

Antworten auf die Frage(16)

Ihre Antwort auf die Frage