nodejs有个中文网,默认给你下载最新的node,这回导致基础性的错误
vite events.js:292 throw er; // Unhandled ‘error‘ event Error: spawn esbuild.exe ENOENT
缺少esbuild.exe文件,解决办法
node ./node_modules/esbuild/install.js.
Vue3.0+Element-plus 报错Uncaught SyntaxError: The requested module ‘/node_modules/.vite/vue.js?v=47282544‘ does not provide an export named ‘createElementBlock‘
解决办法
https://www.cnblogs.com/tolingsoft/p/15155869.html
删除,重装,并强制更新
原文:https://www.cnblogs.com/cn-oldboy/p/15235088.html