2016-08-03 11 views
0

Kann nicht Pakete installieren, wie Wasserstoff in Atom, wenn ich versuche, erhalte ich diesen FehlerKann keine Pakete in Atom installieren

> [email protected] install C:\Users\JORDAN~1\AppData\Local\Temp\apm-install-dir-11672-8972-1vrxp0c\node_modules\deuterium\node_modules\jmp\node_modules\zmq 
> node-gyp rebuild 

C:\Users\JORDAN~1\AppData\Local\Temp\apm-install-dir-11672-8972-1vrxp0c\node_modules\deuterium\node_modules\jmp\node_modules\zmq>if not defined npm_config_node_gyp (node "C:\Users\Jordan Baron\AppData\Local\atom\app-1.9.0\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild) else (node rebuild ) 

npm ERR! Windows_NT 6.2.9200 
npm ERR! argv "C:\\Users\\Jordan Baron\\AppData\\Local\\atom\\app- 1.9.0\\resources\\app\\apm\\bin\\node.exe" "C:\\Users\\Jordan Baron\\AppData\\Local\\atom\\app-1.9.0\\resources\\app\\apm\\node_modules\\npm\\bin\\npm-cli.js" "--globalconfig"   "C:\\Users\\Jordan Baron\\.atom\\.apm\\.apmrc" "--userconfig" "C:\\Users\\Jordan Baron\\.atom\\.apmrc" "install" "C:\\Users\\JORDAN~1\\AppData\\Local\\Temp\\d-11672-8972- ovgc8u\\package.tgz" "--target=0.37.8" "--arch=ia32" 
npm ERR! node v0.10.40 
npm ERR! npm v2.13.3 
npm ERR! code ELIFECYCLE 

npm ERR! [email protected] install: `node-gyp rebuild` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. 
npm ERR! This is most likely a problem with the zmq package, 
npm ERR! not with npm itself. 
npm ERR! Tell the author that this fails on your system: 
npm ERR!  node-gyp rebuild 
npm ERR! You can get their info via: 
npm ERR!  npm owner ls zmq 
npm ERR! There is likely additional logging output above. 

Ich bin auf Windows 10 64-Bit, und ich habe Python 2.7 und die neueste Visual Studio-Version und Git. Ich habe bereits versucht, Python 3.5 zu installieren, aber das funktioniert nicht. Ich habe auch Knoten installiert.

+0

Überprüfen Sie diese eine - https://github.com/nteract/hydrogen/issues/13 – UserNotFoundException

Antwort

1

Ich hatte das gleiche Problem. Ich habe das gelöst, indem ich in der Befehlszeile apm install hydrogen eingegeben habe. Es ist jedoch merkwürdig, dass es über die Befehlszeile installiert werden kann und über die Schaltfläche Installieren nicht.

Beste Wünsche!

Verwandte Themen