[vite] error while updating dependencies:
Error: Build failed with 38 errors:
node_modules/vue/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js:2576:72: ERROR: Could not resolve "velocityjs"
根据报错提示可知是由@vue/compiler-sfc这个东西所引发的问题
通过VsCode全局搜索看到有个页面引用了@vue/compiler-sfc这个东西,如下图
把这个引用去掉即可