Hi,
I have a typescript-nodejs service that’s been running fine for 2 months. Today, when I tried to deploy, the build command tsc
was failing with message bash: tsc: command not found
. This command has been working up until now. I’m still able to run the tsc
command from the shell, but for some reason, it stopped working on deploys.
Any ideas?