node-pdf2img
node-pdf2img copied to clipboard
Not working with pm2 in production
Somehow if i invoke the program directly like node app.js , it works fine.
But if i start it with a process manager like pm2, it says that the native dependency gm is not found.
Any idea why ? Any knows workarounds ?