-
Notifications
You must be signed in to change notification settings - Fork 50
Please publish releases for 3.1.9, 4.2.0, and 5.0.1 #77
Comments
Hey @paulcbetts is something holding this up? Now that Electron 4.0.4 is released with the new ABI version so it works with prebuilt modules again, the only thing blocking me from updating to Electron 4 is an |
Electron 4.0.5 is released now and with a security issue fixed in 4.0.4. I think this should be updated. This package should be automated if that is possible. I'm using |
news... ? |
Now 3.1.7 and 4.1.1 |
I think the project will die, see #80. |
@reebr Thanks for pointing that out (I wasn't aware). Once |
I've been able to work-around this by doing the following:
|
I think this project is effectively abandoned. Closing in favor of fork->scope->tarball work-around |
Thanks for the workaround @jacobq. I'm working on an ember-electron project and I have a problem. When I do what you suggest and add" in my package.json file, "npm install" goes well, "npm list" tells me I have what I need, but electron-forge (I think...) complains that: |
@verstaen Yes, that's exactly what I had to slog through. It's related to these:
The way I got around it was to use yarn's selective resolution feature and point to forks with my own patches (you can dig in if you want to see the changes). Here's an excerpt from my package.json file: "devDependencies": {
"electron-prebuilt-compile": "https://registry.npmjs.org/@jacobq/electron-prebuilt-compile/-/electron-prebuilt-compile-5.0.1.tgz",
"ember-electron": "adopted-ember-addons/ember-electron#34d20f76a3ee3e58e2bbbb5452cc48d9e1fa2983"
},
"dependencies": {
"electron-forge": "https://registry.npmjs.org/@jacobq/electron-forge/-/electron-forge-5.2.4-jrq.6.tgz",
"electron-packager": "electron-userland/electron-packager#7182f9080328dbef79538d384e54c597e103bd32",
"node-abi": "jacobq/node-abi#15baa5fa42a4a379b182d08075f0515a8e9460ec",
},
"resolutions": {
"**/broccoli-postcss": "^4.0.1",
"**/electron-forge": "https://registry.npmjs.org/@jacobq/electron-forge/-/electron-forge-5.2.4-jrq.6.tgz",
"**/electron-packager": "electron-userland/electron-packager#7182f9080328dbef79538d384e54c597e103bd32",
"**/node-abi": "jacobq/node-abi#15baa5fa42a4a379b182d08075f0515a8e9460ec"
}, |
Hello @jacobq, I follow your steps and I can execute ember-electron and debug, but not compile...
And If I add
I have different error:
I am using
How can I fix it? Thanks! |
Hmm, what happens if you run
Unfortunately, I'm not sure what's going on in your case, and I've been occupied with other (non-JS) projects over the last month or so. If you'd like to share a repo demonstrating your problem here perhaps I or someone else will be able to help you troubleshoot. |
It doesn't look like there is any 3.1.x version published, so when you can, please make one for
3.1.13.1.23.1.43.1.63.1.73.1.83.1.9
Likewise for 5.x:
5.0.05.0.1
It would be nice to have
4.0.14.0.24.0.34.0.54.0.64.0.84.1.04.1.14.1.24.1.34.1.44.1.54.2.0
also.
🙏
The text was updated successfully, but these errors were encountered: