You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ?