-
**Description**
pm2-logrotate it work well when first install. But restart system after pm2-logrotate start failed
**Steps to Reproduce**
1. npm run setup
2. restart windows system
3. pm2 list
…
-
```bash
# Clone/copy the project files to your system
git clone https://github.com/winstonma/RPi-MagicMirror-Waveshare.git
# Move to the project folder
cd rpi-magicmirror-eink
##########
sho…
-
When I run this command. process get stuck after first step.
I am running this command on window server 2019
-
After installing pm2-windows-service, PATH was set incorrectly. The removal of package does not revert PATH.
So I got the following error when running pm2.
```
pm2 start ecosystem.config.js
E…
-
My node process acesses a network folder. Pm2-windows-service runs the node process but as it is running with administrator it can not acess the network folder. Can a daemon process run as a specific …
-
Hi,
I have installed pm2-windows-service on my Windows Server 2019 remote server machine. Everything's been working well, except that the service does not start after I reboot the machine if I do not…
-
Hi, I'm getting this error when installing on Windows 7 Pro (screenshot attached). When I run `services.msc`, I don't see the app on the list.
Any ideas on what's happening? @jon-hall
-
Hi,
I would to configure my project as startup service with pm2-service install.
I set these env variables to provide the defaults:
SET PM2_HOME=C:\workspace\nodejs\startup\appCfgData.pm2
SET PM2_S…
-
Hi Jon,
Strange issue here, hoping you can help me. I was using a test application, myApp, that I had running in PM2. You helped me get a Pm2 Windows Service up and running with that test applica…
-
I've used this service on many versions of Windows successfully, but am stuck trying to install on a new VM using Windows 10. I wish I had more details and can try to answer any diagnostic questions, …