-
[pm2-windows-startup](https://www.npmjs.com/package/pm2-windows-startup)
```shell
npm install pm2 -g
```
```shell
npm install pm2-windows-startup -g
```
```shell
pm2-startup install
```…
-
OS : Windows Server 2019 Edition
Geeting the following error while installing:
`C:\Users\Administrator>pm2-startup install
node:events:368
throw er; // Unhandled 'error' event
^
…
-
Currently `pm2 resurrect` is called via a command which runs based on registry startup entry. The problem with this approach is that it only runs after a user has logged in. This a a problem for serve…
-
I want to configure node js server even after restarting windows it need to run once the system turned on.
so i am trying to run command pm2 startup as per the documentation
Am receiving the fol…
-
-
Sorry for opening a feature request, I cannot find a better place to ask.
I'd like to be able to run pm2 as a particular user, that's because I need to access UNC paths using node. Is it possibile …
-
Can be categorized under 'Productionalizing' in the left-hand menu.
grtjn updated
5 years ago
-
![image](https://user-images.githubusercontent.com/8111748/27270178-c4464cca-54ff-11e7-894e-1cf870477fdf.png)
-
Hi,
I have a weird problem, if I restart the remote server and do not log in after wards to it the pm2 doesn't start automatically, however if after restart I log in to the server the pm2 starts as…
-
Description
Cant connect my raspberry pi 3B+ to CNCjs.
I want to know i give the right commands.
#### Versions
- CNCjs: 1.9.20
- Node.js: 6.x I dont know
- NPM: 5.x I dont know
#### How Do You …