-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with spread operator #200
Comments
FYI, the problem did seem to be the fact that my system node, which as at |
Thanks for filing an issue, but according to https://github.com/electron/electron-rebuild/blob/dbd5b278a7e435b7dd7ca7676388c550c1ced3a6/package.json#L30-L32 the minimum Node version for electron-rebuild is Node 6. |
Checkout pull request to update docs with this info. |
I'm getting this error on Ubuntu:
Seems to be choking on the spread operator. Does
electron-rebuild
itself run under electron's node or the system's node? I'm guessing the system's node, which at version 4.2.6 can't handle the spread operator. Does that sound right? I can't necessarily upgrade it.Here is my environment info:
It works fine in my dev environment, which is running node 6.11.0.
The text was updated successfully, but these errors were encountered: