> https://www.npmjs.com/package/os-service


I tried to use os-service for adding and running a Windows-Service (Windows 
10).

Basically, adding and running services works fine for me (this means: I was 
able to add a service and to run this service from the service manager).
However, I ended up with two problems:

- as soon as I use things like "console.log(..)" or 
"process.stdout.write('\x1Bc')" in my code, I could not start my service 
anymore - but this is not a big problem for me
- as soon as I include the express framework, I could not start my service 
anymore  !!!!

In both cases (may be even in more cases) starting the service causes an 
error 7000 resp. 7009 in Window's Service Control Manager ("timeout error", 
but already after only a few milliseconds!). Of course, I double-checked 
the manual start of my application, it works always fine. 

Any ideas?
 

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/a36b336e-3158-4797-9819-aba899db36d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to