Error reporting scenario
Jenkins uses NPM to build Vue. The front end reports an error, and the manual build is normal
Error reporting, such as
Treating warnings as errors because process.env.CI = true.
Most CI servers set it automatically.
Failed to compile.
src/api/api.js
Line 2:8: 'React' is defined but never used no-unused-vars
src/api/attestation/index.js
Line 2:8: 'qs' is defined but never used no-unused-vars
src/api/query/index.js
Line 2:8: 'qs' is defined but never used no-unused-vars
...
resolvent
# Adding variables
export CI=false
npm install
Link:
https://stackoverflow.com/questions/62663451/treating-warnings-as-errors-because-process-env-ci-true-failed-to-compile
Read More:
- Vue Package Error: npm ERR! missing script: build
- How to Solve Docker ERROR: Service’workspace’ failed to build: ERROR: Service’php-fpm’ failed to build
- [Solved] NPM run build package error: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory
- NPM run dev Error Module build failed: Error: Cannot find module ‘node-sass’
- Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0
- How to Solve Import antd Error: Module build failed
- Android Studio compile error: build tools is corrupt [Solved]
- [Solved] Vue.js error: Module build failed: Error: No parser and no file path given, couldn’t infer a parser.
- Webpack Error: Module build failed: TypeError: this.getOptions is not a function
- The spring project is normal locally, and the bean cannot be found error is thrown when entering the docker container
- [Solved] error: failed to run custom build command for `librocksdb-sys v6.17.3`
- How to Solve MVC Error: Build failed.
- [Solved] Flutter compile error: Failed to find Build Tools revision 29.0.2
- Failed to find Build Tools revision 30.0.3 [How to Solve]
- [Solved] Angular12 ng build Error: Index html generation failed.
- Analysis of npm error ENOTFOUND npm ERR! network request to https://npm.***.com/*** failed and the role of the .npmrc file
- Docker Build Error: Failed to get D-Bus connection: Operation not permitted [Solved]
- [Solved] jenkins-deleteDir Error (FilePath is missing)
- [Solved] dockerfile Build Image Error: Error: Failed to download metadata for repo ‘appstream’…