【发布时间】:2022-07-07 19:47:55
【问题描述】:
安装了最新的 vue/cli 并使用 vue2 创建了项目。 在此之后,我添加了 vuetify,这就是对基本 vue2 包模板列表的补充。
当我尝试使用“npm install”时
Found: @vue/cli-service@undefined
npm ERR! node_modules/@vue/cli-service
npm ERR! dev @vue/cli-service@"5.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @vue/cli-service@"^3.0.0 || ^4.0.0 || ^5.0.0-0" from @vue/cli-plugin-babel@5.0.0
npm ERR! node_modules/@vue/cli-plugin-babel
npm ERR! dev @vue/cli-plugin-babel@"5.0.0" from the root project`
你们能解释一下错误的含义吗
【问题讨论】: