Brewskey / spark-protocol

Node.JS module for hosting direct encrypted CoAP socket connections
GNU Lesser General Public License v3.0
9 stars 16 forks source link

npm install error #134

Closed jinyangqiao closed 6 years ago

jinyangqiao commented 6 years ago

when I git the newest spark-server dev , run npm install,at first ,it seems everything is ok,until it comes to update-firmware and Downloading voodoospark.bin, something goes wrong like this:

Downloading photon_tinker.bin... Downloading tinker-usb-debugging-v0.4.8-rc.6-electron.bin... Downloading voodoospark.bin... internal/streams/legacy.js:59 throw er; // Unhandled stream error in pipe. ^

Error: connect ETIMEDOUT 151.101.228.133:443 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! spark-server@0.1.1 postinstall: update-firmware npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the spark-server@0.1.1 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\me\AppData\Roaming\npm-cache_logs\2018-05-16T10_15_00_098Z-debug.log

jinyangqiao commented 6 years ago

sometimes npm install is OK, but too many times ,It has the above error

jlkalberer commented 6 years ago

That looks like a timeout with github when you're downloading the binaries.

Are you located in China? That could be the issue.

jinyangqiao commented 6 years ago

Yes,I am in China, I see, thank you

jlkalberer commented 6 years ago

Yeah, I'm not 100% sure that this is the issue but the timeout would make sense. I don't think Github has servers there.

You can get it to work some times correct?

jinyangqiao commented 6 years ago

Yes, sometimes it's ok!

jlkalberer commented 6 years ago

Ok, I'm going to close this then. There isn't anything we can do :/