Después de crear un proyecto Vue 3, agregar Vuetify 3 Alpha, cuando ejecuto "npm run serve", este es el error que recibo. Probé sin agregar Vuetify 3 Alpha y el proyecto Vue 3 comienza bien, es justo después de agregar Vuetify que aparece el error.
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 (c:\wamp64\www\vuetify-3\node_modules\webpack\node_modules\schema-utils\src\validateOptions.js:32:11) at new ProgressPlugin (c:\wamp64\www\vuetify-3\node_modules\webpack\lib\ProgressPlugin.js:62:3) at new Progress (c:\wamp64\www\vuetify-3\node_modules\progress-webpack-plugin\index.js:25:21) at new progressPlugin (c:\wamp64\www\vuetify-3\node_modules\progress-webpack-plugin\index.js:127:10) at c:\wamp64\www\vuetify-3\node_modules\webpack-chain\src\Plugin.js:14:18 at Object.toConfig (c:\wamp64\www\vuetify-3\node_modules\webpack-chain\src\Plugin.js:78:22) at c:\wamp64\www\vuetify-3\node_modules\webpack-chain\src\Config.js:129:63 at Array.map (<anonymous>) at module.exports.toConfig (c:\wamp64\www\vuetify-3\node_modules\webpack-chain\src\Config.js:129:40) at Service.resolveWebpackConfig (c:\wamp64\www\vuetify-3\node_modules\@vue\cli-service\lib\Service.js:261:34)Tuve el mismo error después de ejecutar vue add vuetify
Ejecute npm update y vuelva a crear el proyecto.
También asegúrese de estar en las últimas versiones de lo siguiente.
node -v && vue -V && npm -v