No such file or directory build\checkin.proto
See original GitHub issueHi,
I’m using electron-push-receiver
version 2.0.0.
When I use ipcRenderer.send(START_NOTIFICATION_SERVICE, senderId);
in my renderer
process, there is an error in my console window says that; PUSH_RECEIVER:::Error while starting the service { Error: ENOENT: no such file or directory, open '<my path>\build\checkin.proto'
What wrong have I done ?
Thank you,
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Proto Compilation Error - No such file or directory
I am trying to compile Protoc library but It just keeps giving me the error of No Such Directory even though it is...
Read more >include/uapi/linux/bpf.h - platform/external/libbpf
Then, if verifier is not doing correct analysis, such randomization will. * regress tests to expose bugs. ... *README* file under the same...
Read more >Tk Source Code: Timeline
We are no longer on CVS, so don't need the .cvsignore files any more check-in: ... as this prevented interaction with native widgets...
Read more >include/uapi/linux/bpf.h
If no other file descriptors or filesystem nodes refer to the * same object, it will be deallocated (see NOTES). * * The...
Read more >Viewing online file analysis results for 'cb.exe'
Not all malicious and suspicious indicators are displayed. ... Touches files in the Windows directory ... Dropping %s traffic on proto %s [%u.%u.%u....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For someone struggling when integrating this awesome package with your electron project is built with vue-cli-plugin-electron-builder, you need to use a custom webpack config build of the main process, not renderer process, this is vue-cli-plugin-electron-builder docs about that. You need to custom build config with
chainWebpackMainProcess
Here is my configuration at vue.config.js:I have used copy-webpack-plugin, facing the same issue after generating an executable with electron-builder. Below is the code from my webpack file.