How to prevent Netlify from treating warnings as errors because process.env.CI = true?

You need to have CI to be false during your build command.

Go to: https://app.netlify.com/sites/mysales-krohne/settings/deploys > Build command and change it to:

CI=false npm run build

Now, rebuild your deployment. Should be no problem anymore.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)