MakerAsia / KBProIDE

KB Pro IDE
MIT License
126 stars 48 forks source link

ValidationError: Progress Plugin Invalid Options #51

Open T-h-o-r-007 opened 6 months ago

T-h-o-r-007 commented 6 months ago

kbide@1.2.0 serve /home/dharmesh/Downloads/KBProIDE-v.1.2.0 vue-cli-service serve

INFO Starting development server... ERROR 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

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

at validateOptions (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack/node_modules/schema-utils/src/validateOptions.js:32:11)
at new ProgressPlugin (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack/lib/ProgressPlugin.js:62:3)
at new Progress (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/progress-webpack-plugin/index.js:25:21)
at new progressPlugin (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/progress-webpack-plugin/index.js:127:10)
at /home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack-chain/src/Plugin.js:14:18
at module.exports.toConfig (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack-chain/src/Plugin.js:78:22)
at /home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack-chain/src/Config.js:129:63
at Array.map (<anonymous>)
at module.exports.toConfig (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/webpack-chain/src/Config.js:129:40)
at Service.resolveWebpackConfig (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/@vue/cli-service/lib/Service.js:277:34)
at PluginAPI.resolveWebpackConfig (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/@vue/cli-service/lib/PluginAPI.js:132:25)
at serve (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/@vue/cli-service/lib/commands/serve.js:79:31)
at Service.run (/home/dharmesh/Downloads/KBProIDE-v.1.2.0/node_modules/@vue/cli-service/lib/Service.js:262:12)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! kbide@1.2.0 serve: vue-cli-service serve npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the kbide@1.2.0 serve script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.