• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

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

武飞扬头像
summer snow rain
帮助5

报错内容

后台报错内容展示:

 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的版本发现就不报错了。丢,也是无语。
展示一下成功页面:
学新通

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /boutique/detail/tanhfhigcj
系列文章
更多 icon
同类精品
更多 icon
继续加载