node-windows
node-windows copied to clipboard
Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
**Issue:** I'm currently developing a simple project that uses version `1.0.0-beta.6` of the library. It's installed correctly and can act properly on the available scenarios (listeners). The actual problem for...
Hi, I could install my service, but I can´t start it This is my error detail. Error: Cannot find module '@author.io/args' Require stack: - C:\Program Files\nodejs\node_modules\node-windows\lib\wrapper.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at...
wrapper.js is continually killed by a security penetration test that causes ECONNRESET errors on the socket. Handling the socket error prevents a server error which forestalls cycling the app. Since...
**Issue:** NodeJs Application running successfully as service on most systems, but on some systems the service fails to start with the following error: ``` Windows could not start the service...
As the old one does not exist enymore
Whenever there's a automated Windows Update (Windows 10) the service that was installed will no longer be installed. Is there a way to prevent this from happening?
I'm trying to modernize some code for work, and noticed a lot of .list & .kill commands to find & terminate errant processes. It appears in the latest 1.x beta,...
Once about every 2 months my node windows service crashes unexpectedly, usually at night so it's unlikely to be caused by load. When the service stopped, the child node process...
**Is your feature request related to a problem? Please describe.** It's hard to test scripts on Mac or Linux as we can't neither `require` the package. **Describe the solution you'd...
I have a created a windows service using node-windows and it seems to work properly. But as soon as I have my child process call it does not execute my...