coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.81k stars 356 forks source link

node-windows in electron production problem #238

Closed emirgokdas closed 4 years ago

emirgokdas commented 5 years ago

I have created a project that listen 514 port and save syslog messages. It's need to run server.js as a windows service to run forever. I use node-windows with electron. Everything is run well in development , installing service, start, restart etc. Hovewer in production. It just install service, when i look at the deamon folder, err.log and out.log files is empty, service run in that time. How can solve this issue

coreybutler commented 5 years ago

Please see https://github.com/coreybutler/node-windows/wiki.