vue3.3@0.0.0 dev: vite
npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue3.3@0.0.0 dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
错误截图
错误原因
node.js版本过低,Vue3项目应该使用 16.0及以上版本的 node.js
解决方案
更换为16及以上的版本
vue3.3@0.0.0 dev: `vite` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the vue3.3@0.0.0 dev scr
最新推荐文章于 2025-05-27 20:12:36 发布