ERROR (node:9788) Warning: require() of ES modules is not supported.

报错内容

后台报错内容展示:

 ERROR  (node:9788) Warning: require() of ES modules is not supported.                                                                                                                                                         22:53:26  
require() of E:\workspace2\cronmall_ui\vue-front-1010\node_modules\axios\index.js from E:\workspace2\cronmall_ui\vue-front-1010\node_modules\vue-server-renderer\build.dev.js is an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which defines all .js files in that package scope as ES modules.
Instead rename index.js to end in .cjs, change the requiring code to use import(), or remove "type": "module" from E:\workspace2\cronmall_ui\vue-front-1010\node_modules\axios\package.json.

前端报错内容展示:
在这里插入图片描述
点开第一个报错项显示如下:

无法找到模块“./lib/axios.js”的声明文件。“e:/workspace2/cronmall_ui/vue-front-1010/node_modules/axios/lib/axios.js”隐式拥有 "any" 类型。

点开报错信息抛出的其他链接,并没有找到什么有效信息,一开始我以为是那块代码写的有问题,但报错信息上显示 require() of ES modules is not supported.,所以我推测是版本问题。

报错分析

axios版本太高了,不兼容导致的,一开始安装的时候执行的命令是npm install axios,我使用命令查看了下axios的版本,发现是最新版本:"1.1.3",然后就又执行了个命令npm install axios@0.26.0降低了下axios的版本发现就不报错了。丢,也是无语。
展示一下成功页面:
在这里插入图片描述

  • 8
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值