Adam Dunsmoor
Adam Dunsmoor
I guess in a restaurant the slave is the server and the master is the client, kind of sounds counter intuitive.
This is normal expected behavior. In order for the service to run without a user logging in (after a reboot) you have to be an administrator. The pm2 files are...
You have to delete the files in this folder: `C:/ProgramData/pm2/home` and then re-run `pm2 ls` in a non-administrator node.js command prompt. The `ProgramData` directory is hidden, so you will have...
OK. Please search Windows for `Edit the system environment variables` and open that. Click `Environment Variables...`. What value do you have for `PM2_HOME` underneath `System variables`? That is the path...
You should manually add `PM2_HOME` like mine above: `C:\ProgramData\pm2\home`, close all Node.js command prompts, start one as administrator, and type `pm2 ls`. It should show something about using this new...
I got the same error, but PM2 still showed in Services for me. I then went to it and started it manually. I also changed Log On to Local System...
If I can't get it to work on some PC's, I end up using a scheduled task set to run a batch script whether user is logged on or not....
I use [mustache.js ](https://github.com/janl/mustache.js)to create my PDF template HTML.
@Folcogh In my case, my program reads/writes to a PLC whose program we wrote, so we know tag names ahead of time. I have used this library in production for...
Can you post the connection string you are using?