You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build React app with react-scripts build (typescript) and env var CI=true I get this error
Treating warnings as errors because process.env.CI = true.
Most CI servers set it automatically.
Failed to compile.
./node_modules/yargs-parser/index.js
Critical dependency: the request of a dependency is an expression
When I remove all usage of Convict from my code or set CI=false - build goes as expected
When I try to build React app with
react-scripts build
(typescript) and env var CI=true I get this errorWhen I remove all usage of Convict from my code or set CI=false - build goes as expected
convict: 6.0.1
"@types/convict": "^6.0.1",
react-scripts: 4.0.3
NodeJS: 14.15.1
Is there any way to deal with that? (except setting CI to false)
The text was updated successfully, but these errors were encountered: