-
Notifications
You must be signed in to change notification settings - Fork 970
running browser fails "electron: not found"; building electron fails #307
Comments
I have same error, I solved this error installing electron-prebuilt from npm, I advise not to do it, because has electron-prebuilt prepared to use in brave, to use it is easy.
|
Thanks, @Adejair. npm install completed successfully with a warning:
After cloning the repo, I've got an electron executable in
but not in
From the latter dir,
gives me a "command not found." From
./electron ~/browser-laptop/ gives me this error:
which I've seen referenced in other tickets. Will continue digging. |
Try install sqlite3 manual(in browser-laptop path) and try command |
Thanks, @Adejair. Installed sqlite3 in
and
and getting new errors re abp-filter-parser-cpp. I'll review other tickets for that. |
This should work.
If not let me know to reopen the issue. |
https://www.npmjs.com/package/electron-prebuilt this maybe solve the problem "electron: not found" |
Running Ubuntu 15.04. Successfully built with help from the Issue 214 thread.
Can successfully run server and tests; running browser fails with "electron: not found."
Despite main README suggesting not needing to build electron, am doing so using these instructions.
got through much of the build Debug target process, then failed with:
Will try again later
The text was updated successfully, but these errors were encountered: