For two years now, I created a windows service for my node project on a windows server 2008 using node-windows module. Recently we upgrade our version to a Windows Server 2019. I then tried to recreate my service on this new version of Windows Server. I could create the service but it doesn't launch.
I have this message :
Windows could not start the MyService service on local computer. Error 1067: The process terminated unexpectedly.
I tried to launch it on a Windows Server 2016, and it works correctly. Is there anything I can do to fix that or is it just a compatibility problem?