electron-node-red icon indicating copy to clipboard operation
electron-node-red copied to clipboard

Electron Node-RED template

Results 11 electron-node-red issues
Sort by recently updated
recently updated
newest added

After chasing down a blank console issue, I loaded the dev tools and found that 'require' is not being recognised in the console.htm. On further investigation I found that as...

Hello. After generating the .msi file (flow works perfectly with yarn start) I get the following error. ![error](https://user-images.githubusercontent.com/25328861/137594204-7ff442a2-d804-4827-b4e6-b51040d2ac37.jpg) Any idea where the problem might be? Thanks in advance

If i run the exe created from yarn && yarn dist i get the application window but nothing more. It stops at "Loading Node-RED" i can activate the menu with...

When trying to compile for windows we get the error message below. Can you help us identify the reason for the error? Thank you in advance C:\p\i>yarn && yarn dist...

everything is ok, but I found connection problem when I run flow on electron-node-red. the flow can't keep reconnect alive, always shut down until you deploy it or restart the...

Hello, My goal is to generate an executable for my Electron Node-red Application, I am able to run the application locally using "npm install && npm start" only, please find...

Im having an issue after building the application and deploying to the target, the editor is no longer available, editor works fine from the development "yarn start". Browser console shows:...

Is there something else to do to allow external access? I tried to remove attribute "uiHost", but no success. I also noticed, that acces from localhost is possible via 127.0.0.1:18880/ui,...

Hi @dceejay , Need your help, how do I package my node-red directory so that the flow will be package as well and with my images. Best regards, Kenneth

Hi, i was trying to show the image of some IP cameras and I did in node-red, but today when I tried to package it for Windows with your code,...