解决ERROR Failed to compile with 1 error This dependency was not found 可爱生存报告 2021-12-20 1,392 阅读1分钟 方案一(失败): 尝试:输入npm install --save vue/type/umd 报错:# Could not install from xxx as it does not contain a file 结果:失败 方案二(成功): 找到提示的文件,仔细查看Js中文件内容,删除import{config} from 'vue/types/umd'完成!