美文网首页Jest 测试大全
[jest]Cannot find module '@vue/c

[jest]Cannot find module '@vue/c

作者: 秋名山车神12138 | 来源:发表于2020-09-15 11:33 被阅读0次

问题出现

在安装jest测试的时候,报上述错误
环境:

  • jest
  • vue-cli

解决

上述问题是因为未安装@vue/cli-plugin-babel, 执行下面安装问题解决

npm i -D @babel/core @vue/cli-plugin-babel @babel/preset-env

相关文章

网友评论

    本文标题:[jest]Cannot find module '@vue/c

    本文链接:https://www.haomeiwen.com/subject/peaxyktx.html