These dependencies were not found:core-js/modules/es.object.to-string.js in ./src/router/index.js

这篇具有很好参考价值的文章主要介绍了These dependencies were not found:core-js/modules/es.object.to-string.js in ./src/router/index.js。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

these dependencies were not found:,vue项目,javascript,前端,开发语言

ERROR Failed to compile with 3 errors

These dependencies were not found:

* core-js/modules/es.object.to-string.js in ./src/router/index.js
* core-js/modules/es.string.iterator.js in ./src/router/index.js
* core-js/modules/web.dom-collections.iterator.js in ./src/router/index.js

To install them, you can run: npm install --save core-js/modules/es.object.to-string.js core-js/modules/es.string.iterator.js core-js/modules/web.dom-collections.iterator.js

错误是这个!

这个意思是在router找不到core-js,所以需要重新安装一下

npm install --save core-js

随后重启服务

yarn serve 或npm run serve文章来源地址https://www.toymoban.com/news/detail-738749.html

到了这里,关于These dependencies were not found:core-js/modules/es.object.to-string.js in ./src/router/index.js的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 前端接收老项目启动时报错These dependencies were not found

            当我们下载好老项目,npm install下载node_modules后,用npm run serve启动时,就会发现报错,具体错误如下图所示。  那么这是什么原因呢? 主要就是你的插件版本问题,我这个就是 echarts版本太高了, echarts是5的版本。 在网上也找了很多,但是感觉都讲不清楚,我也

    2024年02月07日
    浏览(54)
  • Vue:项目启动时报错These dependencies were not found 解决办法

    在命令提示符中输入下载依赖包的命令 出现错误 原因分析 可能因为npm版本过高,所以对某些命令比npm6.x更严格 解决方案 1、删掉node_moudles文件夹 2、使用npm install –legacy-peer-deps重新安装所有依赖包 每天进步一点点,开心也多一点点

    2024年01月19日
    浏览(67)
  • Module not found: Error: Can‘t resolve ‘core-js/modules/es.promise.js‘

     具体错误:  原因是未安装core-js 在package.json所在目录   npm i core-js -D  

    2024年02月04日
    浏览(80)
  • Module not found: Error: Can‘t resolve ‘core-js/modules/es.error.cause.js‘

    在自己笔记本上运行好好的,没什么问题,在jenkins编译的电脑上就出现了Can’t resolve ‘core-js/modules/es.error.cause.js’ npm run dev出现以下错误 npm install的时候提示如下: 我用的core-js@3.19.1版本有点老了,不再维护了。 我的jenkins服务器上面的node版本比笔记本的高,高版本的node对

    2024年02月11日
    浏览(65)
  • ERROR Failed to compile with 2 errors These relative modules were not found:

     提示在./node_modules/flatgeobuf/lib/mjs/packedrtree.js中找不到./config.js ./node_modules/flatgeobuf/lib/mjs/generic/featurecollection.js 中找不到../logger.js 如果是用vscode编写,按住ctrl+报错文件名 进入到该报错文件 根据引入  import Config from \\\'./config.js\\\' 去寻找路径\\\'./\\\'下有没有config.js文件 发现只有\\\"Conf

    2024年02月02日
    浏览(59)
  • To install them, you can run: npm install --save core-js/modules/es.array.concat.js core-js/modules/

    1.1 描述 执行 npm install 装包时报下图的错 1.2 报错截图 1.3 报错信息 执行 npm install --save core-js ,再启动项目即可

    2024年02月11日
    浏览(51)
  • 报错:core-js/modules/es.array.push.js

    core-js/modules/es.array.push.js 删除了node_modules再次补依赖和yarn remove core-js依旧不行 解决方案: 手动删除node_modules文件下的三个目录,再次执行yarn add core-js 存在问题,当使用yarn时会安装一个 node_module模块,因为在定义命令时,就会生成,然后会修改访问地址,找不到某个依赖包

    2024年02月16日
    浏览(34)
  • Cant resolve core-js/modules/es.array.push.js

    项目启动后报这个错:【Cant resolve core-js/modules/es.array.push.js】 是因为下载的【core-js】版本太低了,可以下载最新版本【npm install core-js@3 --save】,安装之后项目即可运行

    2024年02月09日
    浏览(50)
  • 记一次 jenkins 构建失败 “Cannot find module ‘core-js/modules/es.promise.finally‘”

    这是一次前端项目构建失败的惨案,项目已经部署很久了,一直相安无事。因为开发更新了代码,在构建的时候报错:main.js: Cannot find module ‘core-js/modules/es.promise.finally’ 因为jenkins是用K8S部署的而且我没参与部署,这里踩了不少的坑,首先看到报错想到的是core-js模块未安装

    2024年02月13日
    浏览(38)
  • npm install:npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not reco

    运行npm install报错:npm WARN deprecated core-js@2.6.12: core-js@3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade

    2024年02月16日
    浏览(52)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包