When i want to deploy my node/express project, I have the error " /home/render/colors.sh: line 3: tput: command not found" at the beginning of the deploy, after the downloading cache step.
The npm build and npm start are ok on my local environnement
Any ideas about this issue? or about the things i have to check?
I see this issue when a user modifies the PATH environment variable and clobbers the existing path. If you need to add something th the PATH please make sure you append it to the current path, i.e. PATH=/foo/bar:$PATH.