nwjs / nw-gyp

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

the gyp http can't download the header file #105

Closed jin-pan closed 7 years ago

jin-pan commented 7 years ago

my configure is fail at download header file. aa

What can i do at this step? Did the nw-gyp have proxy setting when use gyp http download? Please help. Thank you.

jin-pan commented 7 years ago

But i can download this header file by other tool. Is it another way to use the header file by hand?

jin-pan commented 7 years ago

Ok,The nw-gyp can use proxy. nw-gyp configure --target=0.14.7 --proxy=http://124.74.274.82:80

ghostoy commented 7 years ago

BTW, it uses http_proxy and https_proxy environments by default.