当前位置:   article > 正文

VScode在运行的时候报错找不到模块_98% after emitting copyplugin error failed to comp

98% after emitting copyplugin error failed to compile with 1 error

VScode在运行的时候报错找不到模块

错误提示:
INFO  Starting development server...
98% after emitting CopyPlugin

ERROR  Failed to compile with 1 errors
This relative module was not found:

* ./module/main in ./node_modules/@nova/business/src/index.js
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

解决办法

问题原因 网上说的有很多原因,我的原因是版本问题

解决办法 打开./node_modules/@nova/business/src/index.js(安装ctrl点击文件)

import Business from './module/main';//提示这一行有错误
  • 1

在package.json中找到Business,查看版本

"@nova/business": "^1.0.9",
  • 1

发现版本为1.0.9,应更新版本为1.0.12

在控制台运行:npm install @nova/business@1.0.12

运行后查看package.json

"@nova/business": "^1.0.12",
  • 1

再次运行npm run serve,运行成功。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/菜鸟追梦旅行/article/detail/491952
推荐阅读
相关标签
  

闽ICP备14008679号