-
I have the service running and it re-spawns the process on the server correctly when the server is restarted. The problem is this only works when I am logged into the server. I want this to be kept al…
-
Here is how I'd do it with only pm2:
```bash
# Inject what is declared in env_production
$ pm2 start process.json --env production
```
i'm looking for a way to tell the service to start pm2 w…
-
Since [`LocalSystem` is effectively `root` on Windows](http://stackoverflow.com/questions/510170/the-difference-between-the-local-system-account-and-the-network-service-acco), it'd be better to run th…
-
I'm trying to use this tool (version 0.2.0) to host a simple Express app as a Windows service. When running the following command...
`pm2-service-install MySimpleExpressApp`
... with the following …
-
Hi,
It appears as though there's a hard dependency on .net 3.5, which throws a windows error if .net 3.5 isn't installed.
When trying to install the windows service via command prompt (admin con…
-
**Description**
Last step: npm run setup fails on a new windows machine
**Steps to Reproduce**
1. npm run configure
2. npm run configure-policy
3. npm run setup
**Environment**
[Execute…
-
@jessety I follow all the instructions to install this package and every time it give me this error below is there way to resolve this issue?
""Could not find "pm2.exe" service after 10 attempts.
…
-
This is under the assumption that we should create MSI / DEB packages for our systems for choice which is Ubuntu Linux / Windows. Any other should be disregarded to reduce support efforts or allow for…
-
There are several avenues to this:
1. Docker
2. VM
3. native Windows implementation - which would have the advantage that we could use BuckeEye software natively on the machine, handling the USB …
-
* **Version**: Node.js 14.0
* **Platform**: mac 10.15.3
* **Subsystem**:
Happens in lots of library I use.
### What steps will reproduce the bug?
Repo:
https://github.com/gengjiawen/sampl…