79619192

Date: 2025-05-13 08:01:46
Score: 1
Natty:
Report link

I ran into the same issue. Unfortunately I didn't get any clue from the documentation. There's this stackoverflow answer which gave me a hint on how to go about it.

I soloved this by adding interper property to my ecosystem.config file.

        script: './src/server.ts',
        interpreter: 'node',
        interpreter_args: "--experimental-transform-types --max_old_space_size=1400 --env-file=./.env.development",
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Paullaster Okoth