Build failed with error "/home/render/colors.sh: line 3: tput: command not found"

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?

Hi there,

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.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.