This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
electron update failed #1897
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
Comments
this is valid js what is your runtime env in electron ? can't you just transpile object spread with babel ? |
how to check electron env runtime ? |
Facing same issue. Try to update electron from 2.* to 4.*, but no luck. Occur another error.
Please help me out. Thanks a lot. |
josselinchevalay
added a commit
to josselinchevalay/node-ipfs
that referenced
this issue
Mar 25, 2019
hello with this version of electron seems works on my system. and seems resolve issue with ipfs#1897
josselinchevalay
added a commit
to josselinchevalay/node-ipfs
that referenced
this issue
Mar 25, 2019
hello with this version of electron seems works on my system. and seems resolve issue with ipfs#1897
Closed
my pull request solve issue with examples but in my code when a use elactron in version 4 and use build.sh script i continue to have same issue. 🤔 weird .... |
i created a issue on this project moxystudio/node-proper-lockfile#84 |
Lets track this here now #2011 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
Hello
Type:
Bug
Severity:
Critical - My application in electron not works
Description:
Steps to reproduce the error:
Update electron and ipfs in package.json
"electron": "^2.0.0",
"electron-rebuild": "^1.7.2",
"ipfs":"js-ipfs"
run npm install
run electron start .
The text was updated successfully, but these errors were encountered: