Dimitri Aatos Ellinas
Dimitri Aatos Ellinas
Where are you trying to access `process.argv`?
> @some-user123 > For the time being you can manually install the dep as seen below to avoid the error: `pnpm add -D @graphql-codegen/[email protected]` I'm still getting the error about...
This doesn't sound pm2 relate, pm2 is responsible only for starting up your app. I suspect you have to make your api accessible over the internet and call its domain...
What's the error? Perhaps the repo is private and you don't have permission to access it.
I can reproduce the issue. Why don't you make a PR to pm2 directly?
The issue is that, if pm2 is started with autostart false, the app won't start after even with `pm2 start app` or `pm2 restart app`. For example, running the following...
Related issue about --cron-restart #5807
What's the error you're getting? Perhaps you have a line break in the script string which is not valid javascript syntax.
It seems that Safari doesn't like wildcards like `Access-Control-Allow-Origin '*';`. I've tried changing it but I think I'm doing something wrong with the nginx config. What would be the right...
I suppose "I2S" in the title should be "I2C". I2S doesn't use master/slave terminology.