Today, I encountered the following problems when running Vue run serve
ValidationError: Progress Plugin Invalid Options
options should NOT have additional properties
options should NOT have additional properties
options should NOT have additional properties
options should pass "instanceof" keyword validation
options should match exactly one schema in oneOf
So I thought yesterday was fine. Why not today? There should be something wrong with my operation today.
I installed a loader before running the project, so I created a new vue2.x project to comparise What is the difference between the package now and before.

It turned out that vue-cli was upgraded to version 5.0. It turned out that I ran the command NPM audit fix, which will update the loader, but there will be many incompatibilities after the update
2 packages are looking for funding
run `npm fund` for details
34 vulnerabilities (22 moderate, 11 high, 1 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
So I changed the package to the cleanest package inside vue2.x and the project ran successfully
Read More:
- Node.js Error: Error: Cannot find module ‘express‘ [How to Solve]
- [Solved] ERROR Error: Cannot find module ‘vue-loader-v16/package.json‘
- Vue Package Image Error: Syntax Error: Error: ‘**\node_modules\pngquant-bin\vendor\pngquant.exe‘
- CRA 5.0.0 Add Proxy Project Start Error [How to Solve]
- [Solved] Vue Project Error: Error: Cannot find module ‘webpack‘ Require stack以及Error: Rule can only have one resource so
- [Solved] Syntax Error: TypeError: Cannot read property ‘parseComponent‘ of undefined
- Error: Cannot find module ‘./application‘ [How to Solve]
- Solution to build error in Vue project (error in static/JS)/vendor.xxxxx.js from UglifyJs)
- How to Solve VUE Error: Mixed spaces and tabs
- React project is packaged and set as required Error [How to Solve]
- [Solved] Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module ‘autoprefixer‘
- How to Solve @Vue/cli3.X Using less Error
- [Solved] npm Error: Class extends value undefined is not a constructor or null
- OTS parsing error: invalid version tag [How to Solve]
- [Solved] Vue calls style loader error: Module build failed: CssSyntaxError
- The vue3 project Error: Cannot find module’vue-loader-v16/package.json’
- ArcGIS API for JavaScript Error Uncaught(in promise): TypeError: xxx is not a constructor
- Vue project Run Error: Syntax Error: Error: Cannot find module ‘less‘
- Vue3 + vite install element-plus error [How to Solve]
- [Solved] Input error: this. Getoptions is not a function