-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
ember electron {make, package} fails on darwin builds #399
Comments
Although I don't have easy access to Mac machines to test, I suspect this is related to the problems (e.g. see this comment) I've had that mostly boil down to (1) |
@jacobq I believe this should be fixed with the electron-forge updates right? |
@bendemboski should we close this now that v3 beta is out? |
In the 3.0 beta we're on the latest |
Relevant:
electron/packager#927
#384
We are having the same trouble as these folks. Here is what I've tried:
npm install [email protected]
❌
:make
failsnpm update ember-electron
❌
:make
failsnpm r electron-prebuilt-compile && npm i --save-dev [email protected]
✅
:make
succeedsWhy do we need to downgrade
prebuilt-compile
, whose dep is this?What is the best course of action to support my devs? - modify package.json in the ember project to v3.0.13?
The text was updated successfully, but these errors were encountered: