nwjs / nw-gyp

native addon build tool for node-webkit
MIT License
195 stars 50 forks source link

Can not run nw-gyp configure. #110

Open bensonzhow opened 7 years ago

bensonzhow commented 7 years ago

when i run "nw-gyp configure --target=3.4.0", The cmd show the error msg like this:

`gyp info it worked if it ends with ok gyp info using nw-gyp@3.4.0 gyp info using node@6.2.0 | win32 | x64 gyp http GET http://node-webkit.s3.amazonaws.com/v3.4.0/nw-headers-v3.4.0.tar.gz

gyp http 404 http://node-webkit.s3.amazonaws.com/v3.4.0/nw-headers-v3.4.0.tar.gz

gyp WARN install got an error, rolling back install gyp ERR! configure error gyp ERR! stack Error: 404 response downloading http://node-webkit.s3.amazonaws.c om/v3.4.0/nw-headers-v3.4.0.tar.gz gyp ERR! stack at Request. (C:\Users\admin\AppData\Roaming\npm\no de_modules\nw-gyp\lib\install.js:216:14) gyp ERR! stack at emitOne (events.js:101:20) gyp ERR! stack at Request.emit (events.js:188:7) gyp ERR! stack at Request.onRequestResponse (C:\Users\admin\AppData\Roaming\ npm\node_modules\nw-gyp\node_modules\request\request.js:1074:10) gyp ERR! stack at emitOne (events.js:96:13) gyp ERR! stack at ClientRequest.emit (events.js:188:7) gyp ERR! stack at HTTPParser.parserOnIncomingClient (_http_client.js:469:21)

gyp ERR! stack at HTTPParser.parserOnHeadersComplete (_http_common.js:105:23 ) gyp ERR! stack at Socket.socketOnData (_http_client.js:359:20) gyp ERR! stack at emitOne (events.js:96:13) gyp ERR! System Windows_NT 6.1.7601 gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\admin\AppDat a\Roaming\npm\node_modules\nw-gyp\bin\nw-gyp.js" "configure" "--target=3.4 .0" gyp ERR! cwd E:\NODEWI\nwgyp gyp ERR! node -v v6.2.0 gyp ERR! nw-gyp -v v3.4.0 gyp ERR! not ok`

how can i resolve this problem?