2017-10-31 2 views
1

Microsoft Windows 10, Knoten - 8.8.1, NPM - 5.4.2, Node-gyp - 3.6.2von Windows-Build-Tool Installation fehlgeschlagen

Ich versuche Gemini zu installieren mit: npm -g Gemini installiert

Nach der Suche nach diesem Problem habe ich versucht, 1 Option für Windows in https://github.com/nodejs/node-gyp#on-windows zu lösen.

Und in diesem Fluss habe ich Probleme mit Windows-Build-Tools-Installation. Ich laufe in cmd.exe (wie Admin):

C:\Windows\system32>npm install --global --production windows-build-tools 

> [email protected] postinstall C:\Users\p.stepanov\AppData\Roaming\npm\node_modules\windows-build-tools 
> node ./lib/index.js 

Downloading BuildTools_Full.exe 
Downloading python-2.7.13.msi 
[>           ] 0.0% (0 B/s) 
Downloaded python-2.7.13.msi. Saved to C:\Users\p.stepanov\.windows-build-tools\python-2.7.13.msi. 
Starting installation... 
events.js:182 
     throw er; // Unhandled 'error' event 
    ^

Error: spawn powershell.exe ENOENT 
    at _errnoException (util.js:1024:11) 
    at Process.ChildProcess._handle.onexit (internal/child_process.js:192:19) 
    at onErrorNT (internal/child_process.js:374:16) 
    at _combinedTickCallback (internal/process/next_tick.js:138:11) 
    at process._tickCallback (internal/process/next_tick.js:180:9) 
npm ERR! code ELIFECYCLE 
npm ERR! errno 1 
npm ERR! [email protected] postinstall: `node ./lib/index.js` 
npm ERR! Exit status 1 
npm ERR! 
npm ERR! Failed at the [email protected] postinstall 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: 
npm ERR!  C:\Users\p.stepanov\AppData\Roaming\npm-cache\_logs\2017-10-31T07_47_09_032Z-debug.log 

Bereits i:

Kann mir jemand helfen?

Antwort

Verwandte Themen