Skip to content
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

App threw an error during load #9

Open
cr-trojan23 opened this issue Oct 27, 2020 · 3 comments
Open

App threw an error during load #9

cr-trojan23 opened this issue Oct 27, 2020 · 3 comments

Comments

@cr-trojan23
Copy link

npm start with all the dependencies installed failed with this error:

> [email protected] start /home/miyoko/Downloads/ar-cptext/desktop
> electron .

App threw an error during load
Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:150:25)
    at writeGeneric (internal/stream_base_commons.js:141:3)
    at Socket._writeGeneric (net.js:770:11)
    at Socket._write (net.js:782:8)
    at doWrite (_stream_writable.js:431:12)
    at writeOrBuffer (_stream_writable.js:415:5)
    at Socket.Writable.write (_stream_writable.js:305:11)
    at execute (/home/miyoko/Downloads/ar-cptext/desktop/node_modules/node-osascript/lib/index.js:61:11)
    at Object.execute (/home/miyoko/Downloads/ar-cptext/desktop/node_modules/node-osascript/lib/index.js:69:10)
    at Object.<anonymous> (/home/miyoko/Downloads/ar-cptext/desktop/main.js:28:11)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: write EPIPE
    at afterWriteDispatched (internal/stream_base_commons.js:150:25)
    at writeGeneric (internal/stream_base_commons.js:141:3)
    at Socket._writeGeneric (net.js:770:11)
    at Socket._write (net.js:782:8)
    at doWrite (_stream_writable.js:431:12)
    at writeOrBuffer (_stream_writable.js:415:5)
    at Socket.Writable.write (_stream_writable.js:305:11)
    at execute (/home/miyoko/Downloads/ar-cptext/desktop/node_modules/node-osascript/lib/index.js:61:11)
    at Object.execute (/home/miyoko/Downloads/ar-cptext/desktop/node_modules/node-osascript/lib/index.js:69:10)
    at Object.<anonymous> (/home/miyoko/Downloads/ar-cptext/desktop/main.js:28:11)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: spawn osascript ENOENT
    at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
    at onErrorNT (internal/child_process.js:456:16)
    at processTicksAndRejections (internal/process/task_queues.js:80:21)
@vishaldhull09
Copy link

Hi i am also getting same error
any idea how to resolve it ?

@cr-trojan23
Copy link
Author

Hi i am also getting same error
any idea how to resolve it ?

No, I didn't find any way to resolve

@Janarthanans07
Copy link

I also having same issue. I tried a lot but, I can't find any solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants