解决ERROR Failed to compile with 1 error This dependency was not found

1,392 阅读1分钟

微信图片_20211220134948.png

方案一(失败):

  • 尝试:输入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'完成!

image.png