-
During our build process we build on a CI server and run npm pack, packaging only the compiled application and bundledModules as a tarball. Our application server does not have outbound access to the …
-
I am using github action to create a pipeline and using pm2 as the process manager.
`pm2 reload server`
When I run the above command locally the process is reloaded. When run it through action …
-
## What's going wrong?
Node.JS has fixed a security vulnerability in Windows which breaks starting bat or cmd files in pm2 (see [CVE-2024-27980](https://nodejs.org/en/blog/vulnerability/april-2024-…
natcl updated
5 months ago
-
### Current Behavior
I cloned this repository.
then I did yarn (or npm install)
then I did npm start and it showed:
$ npm start
> nq-rarbg@1.0.0 start
> pm2 start ecosystem.config.js --env…
-
## What's going wrong?
The type for sendDataToProcessId is `function sendDataToProcessId(proc_id: number, packet: object, cb: ErrResultCallback): void`. However, from [the doc](https://pm2.keymet…
-
We want to be able to start several instances of each of the cloud services. In order to do this we need to make sure each service is using an actual database instead of memory or a file system.
#…
-
## What's going wrong?
The PM2 'Max Memory Threshold Auto Reload' was killing an application which had exceeded the limit, but from `pm2 logs` there was no clear way of telling this. The applicati…
-
## What's going wrong?
`pm2 monit` doesn't show the process logs.
See this for example (from #4257)
![pm2 monit no logs](https://user-images.githubusercontent.com/22935000/114364069-54bdb90…
-
## 安装过程
## 进入home目录
```
[root@lilidong /home]# ll
total 0
[root@lilidong /home]# ls
[root@lilidong /home]# mkdir worker
[root@lilidong /home]# ll
total 0
drwxr-xr-x 2 root root 6 Jan 30 10:…
-
keep having issue installing offline.
1.request to https://registry......@jessety eslint-config failed cache mode is 'only-if-cached' but no cached response is available
2. Cloud not load "node-wi…