how to use forever with npm

 https://stackoverflow.com/questions/62236455/how-to-use-forever-with-npm

try this command:
forever start -c "npm start" ./

running your application's specific directory:

forever start -c "npm start" /path/dir/

or use this command:

forever --sourceDir /path/dir/ -c "npm start" /

Không có nhận xét nào:

‘Connection lost’ / ‘Invalid origin!’ Error with n8n >= 1.87.0 behind Cloudflare Tunnel

 https://community.n8n.io/t/solved-connection-lost-invalid-origin-error-with-n8n-1-87-0-behind-cloudflare-tunnel/99913/1 The Solution:  The ...