ssh: connect to host 116.62.211.221 port 3999: Connection timed out
fetch failed
Deploy failed
how to solve this problem?
ssh: connect to host 116.62.211.221 port 3999: Connection timed out
fetch failed
Deploy failed
how to solve this problem?
permission problem. Connecting to your remote server through ssh requires verification. You need to configure a ssh key.
http://pm2.keymetrics.io/docs.
Previous: Js encrypts the user's login password. Can you still see how to encrypt it through the source code?
: my operation procedure is as follows enter pm2 start dev to the startup file directory View the process pm2 list show that the process just started successfully has an error View the log pm2 log I can start by using the original method cross...
vue+node * * < H2 > 1. Problem found < H2 > * * * * < H2 > 2. Find the problem < H2 > * * pm2 list pm2 node nodekill -9 [pid] ...
pm2 deployment Times error, has quoted the babel plug-in, but still reported the error of es6, ask God for advice, thank you very much! const policies = this.options.render.csp.policies ? {...this.options.render.csp.policies} : null ...
the pm2 daemon is found to restart the application several times after it has been executed for a period of time. How can I check which part has gone wrong? I tried to log error, but didn t seem to log any errors: { "apps" : [{ "...
after pm2 starts the service, the port number must be added after accessing with www. .com. How to hide the port number, only the domain name www. * .com is displayed....
individuals want to use pm2 to start the application using -- env parameters to specify some application variables. Check the document -- env usage can be set to a object . It is also written in this article . Here s how I write it: pm2 start --...
the content of 1.package.json is as follows: { "dev": "node server", "start": "cross-env NODE_ENV=production node server", "build": "node build build.js", "build:dll"...
example is as follows: PM2 can you customize the number of times of this restart when restarting? I checked the document for a long time but didn t see the relevant information. Ask for guidance? PM2 version is V3.2.2 ...
multiple processes currently implemented by pm2 cluster, want to know whether to add instance. ...