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

这篇具有很好参考价值的文章主要介绍了前端接收老项目启动时报错These dependencies were not found。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

        当我们下载好老项目,npm install下载node_modules后,用npm run serve启动时,就会发现报错,具体错误如下图所示。

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

 那么这是什么原因呢?

主要就是你的插件版本问题,我这个就是echarts版本太高了,echarts是5的版本。

在网上也找了很多,但是感觉都讲不清楚,我也一一试了,没有用,结果说是npm install --save echarts...这句话用了还是报错。最后还是我自己慢慢摸索总结出来的结果。

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

有两种方法:

第一种:

        第一步:先卸载echarts,然后安装echarts4的版本,安装好后

        第二步:把代码里的 import Viewer from "v-viewer/src/component.vue" 替换成 import {Component} from "v-viewer"(可以在vscode中全局搜索这句代码)

        第三步:在script中有components,在components中把Viewer组件引用改为 Component:Viewer

       第四步:以上步骤完成后再输入npm run serve重启就可以了。

如果你只是想先看看项目长什么样子,可以先使用第一种方法。

        但是这个方法有一点不好,就是老项目如果还在构建中的话,你到时候写完代码想提交上去的时候就会出现问题,因为项目别人用的是echarts5的版本, 你用的4的版本,最后就会出现代码提交不上去的情况,而且对项目开发也不好。

这种就说到第二种方法了。我就是第一种用了后打开项目重新优化代码后发现使用sourcetree提交不上去了,就去问老员工,他教我的第二种方法。简单来说就是把node_modules里因为echarts版本太高丢失的文件手动加上去。

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

 如上图所示,划红线的就是我确实的文件,通过文件路径找到对应的文件,例如:第一个echarts/lib/data/helper/comleteDimensions,我们就在项目文件夹搜索对应的路径直到helper中放入comleteDimensions就可以了。

至于缺失的文件就要找老员工要相应的文件或者是在网上搜看有没有,放进去就可以了。下图就是老员工给我的缺失的代码了。

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

         像这种老项目启动报错,说实话,最好还是问问老员工该怎么弄,不要像我一样不好意思问,然后自己琢磨了一个上午,还是没有弄出来,一上午的时间就浪费了,问了之后半个小时就出来了。毕竟在公司才上一两天班,你要一直启动不了项目老板会怎么想你对吧。不要不好意思,大胆问,才能进步!文章来源地址https://www.toymoban.com/news/detail-730652.html

到了这里,关于前端接收老项目启动时报错These dependencies were not found的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

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

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

相关文章

  • npm报错:These dependencies were not found:* canvas in ./node_modules/pdfh5/js/pdf.js* dommatrix/dist/d

    npm 报错: These dependencies were not found: * canvas in ./node_modules/pdfh5/js/pdf.js * dommatrix/dist/dommatrix.js in ./node_modules/pdfh5/js/pdf.js * web-streams-polyfill/dist/ponyfill.js in ./node_modules/pdfh5/js/pdf.worker.js To install them, you can run: npm install --save canvas dommatrix/dist/dommatrix.js web-streams-polyfill/dist/ponyfill.js 不

    2024年02月05日
    浏览(100)
  • These dependencies were not found:core-js/modules/es.object.to-string.js in ./src/router/index.js

    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-str

    2024年02月06日
    浏览(51)
  • 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)
  • springboot+dubbo项目启动项目时报错 zookeeper not connected

    项目在公司网络启动时,能正常启动。但通过vpn连接到公司网络时却无法启动报下面的错误 java.lang.IllegalStateException: zookeeper not connected 。 猜测:连接到zookeeper的服务器网络策略不通 — 通过telnet证实端口网络时通的。该猜测不成立。 进一步经过报错的日志,找到对应的源码

    2024年02月11日
    浏览(41)
  • 解决npm install时报错Could not resolve dependency

    最近在新的项目使用npm install时发现报错: npm WARN cli npm v9.6.4 does not support Node.js v15.14.0. This version of npm supports the following node versions: `^14.17.0 || ^16.13.0 || =18.0.0`. You can find the latest version at https://nodejs.org/. npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR!  npm ERR! While resolving:

    2024年02月08日
    浏览(50)
  • IDEA项目启动报错:Failed to execute goal on project xxx: Could not resolve dependencies for project

    [ERROR] Failed to execute goal on project xxx: Could not resolve dependencies for project Failed to collect dependencies at xxx .xxx-service:jar:dev: Failed to read artifact descriptor for xxxx/maven-snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of nexus-snaps

    2024年02月03日
    浏览(102)
  • idea的maven多模块项目启动时报错:Could not find artifact或者错误找不到符号

    1、问题描述: 多个项目中遇到idea的多模块maven项目,在启动的时候会报错: 【Could not find artifact,找不到包】 或者 【错误:找不到符号(但明明代码不报红)】 但是在别人的idea上却能正常启动。 2、解决方法: (1)原因说明: 后来发现,项目启动时,idea会自动调用mav

    2024年02月17日
    浏览(58)
  • MacOS系统启动React前端项目时报错Error: EMFILE: too many open files, open解决方法

    最近在开发React的前端微应用,启动时模块构建报错Module build failed, Error: EMFILE: too many open files, 如下图所示:  Error: EMFILE: too many open files的错误,经排查是因为单个微应用项目较大, 发布过程中已经超过了mac默认的文件监听上限。 通常这类错误的原因是因为linux或MacOS的文

    2024年02月07日
    浏览(50)
  • 解决gitpush时报错:hint: Updates were rejected because the remote contains work that you do hint: not have

    当我新建了一个git仓库,依次执行 却报错 报这个错是因为远程仓库和本地仓库文件不同步,解决方法是先执行git pull将远程仓库文件拉下来使得远程与本地同步。 解决步骤 1.执行 这里的webbrowser换成你的远程仓库名 执行后会有如下输出 2.再试试重新推送行不行 发现还是报错

    2024年02月16日
    浏览(53)
  • 【异常】Jenkins执行前端项目Npm构建时,出现报错This dependency was not found: vue-class-component in ./node_modules/vu

    同事的代码变更,导致了在Jenkins无法执行构建 错误的原因是项目中引入了vue-class-component,但是在项目的依赖列表中,却没有找到它,因此会报如上的错误。 vue-class-component是一个用于类式Vue组件的TypeScript装饰器。 它允许您将Vue组件定义为类,这可以使您的代码更有组织性和

    2024年02月03日
    浏览(58)

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

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

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

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

二维码1

领取红包

二维码2

领红包