-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Building Electron app symlink error #956
Comments
You may want to include a "scrubbed version" of your |
package.json build settings:
|
|
I don't see any problems in the code. Since you must not include Or, maybe problem that electron-builder incorrectly not filtered out electron-prebuilt even if it is in the dev dependency — please check it. Also, please attach debug log: set env DEBUG=electron-builder |
Here is the debug log. We don't include |
@Jflinchum Please
|
I believe I found the issue. We don't have |
You must not use electron-rebuild at all. If electron-builder cannot build native deps for you properly — please file issue. |
When trying to run
build --mac
for my Electron app, I get this error:When I downgrade to 10.0.0, I don't seem to encounter the issue.
Node version: 6.6.0
Electron version: 1.4.7
The text was updated successfully, but these errors were encountered: