jolteon
jolteon copied to clipboard
:bulb: Babel + Electron + React + Browserify + SASS application stack. Electron Made Easy :tm:
I'm quite new to the JS world and I just found this precious boilerplate as my first attempt to developing Electron project. However when I `npm install`, npm told me...
Hey, I'm trying to use some module like [nodegit](http://www.nodegit.org) or [fs-extra](http://www.nodegit.org) in the client process, so I installed them `npm install --save ` and use them like so `const something...
``` ↓ electron-v0.36.8-darwin-x64.zip [--------------------] 1%events.js:141 throw er; // Unhandled 'error' event ^ Error: socket hang up at createHangUpError (_http_client.js:203:15) at TLSSocket.socketOnEnd (_http_client.js:288:23) at emitNone (events.js:72:20) at TLSSocket.emit (events.js:166:7) at endReadableNT...