Skip to content

Node Build error - Stop Treating warnings as errors because process.env.CI = true

Notifications You must be signed in to change notification settings

Rajkumar-Aute/node-react-.env.ci-true-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

node-react-.env.ci-true-error

Node Build error - Stop Treating warnings as errors because process.env.CI = true

Error while building the code in node in docker container / CICD Pipeline

Node check Node version is compatability and dependannt packages in package.json

Solution

add CI=falce in the running command.

npm cache clean --force
rm -rf node_modules package-lock.json
npm install
CI=false npm run build-dev

About

Node Build error - Stop Treating warnings as errors because process.env.CI = true

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published