Stéphane Donnet
Results
1
comments of
Stéphane Donnet
If it can help someone, I found the following workaround : pm2 start "node -- /path/to/app.js" For this configuration: pm2: 4.1.2 node: 14.16.1 (using n) package.json: has "type": "module" file...