原文链接:
【Vue】运行项目报错 This dependency was not found_vue this dependency was not found:-CSDN博客
This dependency was not found: * vue/types/umd in ./src/router/index.js To install it, you can run: npm install --save vue/types/umd
背景
运行Vue 项目报错,提示This dependency was not found;然后我根据提示 执行 npm install --save vue/types/umd ,执行后发现错误,我一开始一直以为是我本地装不上这个依赖。后来找了资料后,看到应该是自己的代码里面随意的import 导致的。
这里删除就好了