I am using node-windows in nodejs to run my nodejs script as a windows service. now let's suppose that my helloworld.js code is a simple command which creates a folder on desktop. how do I execute this code ?? because my service app starts successfully but it does not do anything at all. it creates no directories on desktop. please help.. what error am I doing?
Asked
Active
Viewed 35 times
0
-
How shall anybody reproduce and solve this problem if you don't provide any code or detailed instructions? – Laurenz Albe Oct 09 '18 at 17:06
-
I am just asking for guidance... like tell me the simplest possible code which I can execute as window service using node-windows.. and i must be able to see its output as a window service.. – Nazneen Oct 14 '18 at 19:14