Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 months ago. Improve this question I have a JS file which was created using browserify, and it uses the ?? operator. The problem is, the
Tag: browserify
Cannot get my main and renderer processes to communicate in electron
So, I am pretty new to Electron and wanted to build a desktop application. But I have been running into issues, particularly in getting the renderer and main processes to communicate. I am aware of the IPC and remote concepts and this about me not being able to use them in the first place. I have tried to surf through
Configure a generic jQuery plugin with Browserify-shim?
I’m using browserify-shim and I want to use a generic jQuery plugin. I have looked over the Browserify-shim docs multiple times and I just can’t seem to understand what’s going on and/or how it knows where to put plugins, attach to the jQuery object etc. Here’s what my package.json file looks like: According the the example given on the browserify-shim