-
Notifications
You must be signed in to change notification settings - Fork 341
use electron-prebuilt@^0.36.4, node >= 4 #153
Conversation
adjust docs to reflect change, run fixpack for good measure
+1 |
i see |
oh yea it should. we should automate that.... On Wed, Jan 20, 2016 at 12:55 PM, Beau Gunderson [email protected]
|
Good catch @beaugunderson, I'll add that to this PR |
Last commit takes electron version from package.json for both Was thinking of integrating https://github.com/moose-team/friends/pull/140/files#diff-fd4c3053b5f27a8826f2c5c106cb6adfR32 and https://github.com/moose-team/friends/pull/140/files#diff-fd4c3053b5f27a8826f2c5c106cb6adfR37 into this too to close #140. |
Nice, LGTM! |
nice work @ngoldman |
👍 |
use electron-prebuilt@^0.36.4, node >= 4
Looks like windows is having trouble with |
Shouldn't this fix it? https://github.com/atom/electron/blob/master/docs/tutorial/using-native-node-modules.md |
Hi friends!
I encountered a show-stopping error when running
npm start
with newer node (>= 4
). Saw this in electron JS console.Using latest electron-prebuilt and node >= 4 seemed to take care of the issue.
I bumped electron-prebuilt to latest and set engines in package.json to:
Adjusted docs to reflect the change and ran fixpack for good measure.
Getting things in order to take a crack at another sprint for #151.
@moose-team/owners please take a look and let me know if it's alright to forge ahead.