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

npm报错:These dependencies were not found:* canvas in ./node_modules/pdfh5/js/pdf.js* dommatrix/dist/d,npm,pdf,javascript,前端,node.js

不能直接执行他给的命令,那样会报新的错误

第一步先执行:

 npm install  canvas@2.8.0 --ignore-scripts

只执行npm install canvas会报新的错误

第二步执行:

npm install --save dommatrix

第三步执行:

npm install --save web-streams-polyfill

然后就可以运行成功啦

我的node和npm版本如下:

npm报错:These dependencies were not found:* canvas in ./node_modules/pdfh5/js/pdf.js* dommatrix/dist/d,npm,pdf,javascript,前端,node.js文章来源地址https://www.toymoban.com/news/detail-751955.html

到了这里,关于npm报错:These dependencies were not found:* canvas in ./node_modules/pdfh5/js/pdf.js* dommatrix/dist/d的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

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

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

相关文章

  • Vue:项目启动时报错These dependencies were not found 解决办法

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

    2024年01月19日
    浏览(75)
  • 【异常】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日
    浏览(62)
  • 错误解决:These dependencies were not found: core-js/modules/es.array.push.js

    错误描述 执行npm run dev后报错: These dependencies were not found: * core-js/modules/es.array.push.js in ./node_modules/@babel/runtime/helpers/objectSpread2.js, ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/@vue/cli-pluvue?vuetype=scriptlang=js and 9 others * core-js/modules/es.error.cause.js in ./node_modules/@babel/runtime/he

    2024年02月03日
    浏览(45)
  • 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日
    浏览(61)
  • ❤ npm 报错This relative module was not found: * ./src/main.js in multi (webpack)-dev-server/client?

    ❤ npm 报错 ❤ 错误原因 手动把文件路径写错了外 还一个可能是所使用的编辑器造成的,当更改了文件目录或者文件名后,编辑器会聪明的把一些认为有关联的路径也一并修改了 ❤ 解决方法 最好的解决办法就是删除最外层的node_modules文件和package-lock.json文件,删除后重新n

    2024年02月14日
    浏览(55)
  • 安装element-ui后,运行报错ERROR in ./node_modules/element-ui/lib/element-ui.common.js Module not found: Erro

    ERROR in ./node_modules/element-ui/lib/element-ui.common.js Module not found: Error: Can’t resolve ‘throttle-debounce/debounce’ in “xxx” ERROR in ./node_modules/_element-ui@2.13.2@element-ui/lib/tooltip.js Module not found: Error: Can’t resolve ‘throttle-debounce/debounce’ in ‘D:IdeaProjectsdolphindolphinscheduler-uinode_modules_element-ui@

    2024年02月11日
    浏览(47)
  • git报错The project you were looking for could not be found 解决方式

    一、拉代码报错The project you were looking for could not be found 问题描述: 使用git从远程仓库克隆项目到本地的时候。 出现这个问题:The project you were looking for could not be found. 原因分析: 你的账号没有项目的权限,你可以在浏览器输入你的项目地址,如果可以进入,则说明有权限;

    2024年02月04日
    浏览(68)
  • git克隆报错remote: The project you were looking for could not be found的解决方法

    在clone项目的时候克隆失败了,错误信息如下: remote: The project you were looking for could not be found. fatal: repository \\\' http://10.134.108.109/xxxx/snpb.git\\\' not found 原因是由于我的gitlab中有多个项目多个用户,我在克隆的时候系统还使用我之前的用户来连接,所以会报错。 解决方法: 在克隆

    2024年02月14日
    浏览(52)
  • 解决Android Studio测试报错Test events were not received...No tests found for given includes

    笔者报错时的运行环境: Android Studio Electric Eel | 2022.1.1 Patch 2 Gradle 8.0.1 JDK 17 JUnit 5.9.2 或 TestNG 7.7.1 单元测试 笔者在 Android Studio 界面内运行单元测试时,踩坑无数。 首先,发现如下报错。 后来发现,不管运行什么单元测试都是如此。后来笔者又把测试框架改为 TestNG,然后运

    2024年02月04日
    浏览(96)
  • mac执行 npm 命令报错:zsh command not found npm

    根据错误提示可以知道,有两种可能: 没有安装 nodejs 安装了 nodejs,但是环境没有配置 打开终端,查看是否安装 nodejs 执行 brew info node 命令,若出现 Not installed ,则说明未安装。 用 brew 安装 nodejs 执行完,检查版本 说明安装成功!!!! 若还是报错:zsh: command not found: np

    2024年04月13日
    浏览(82)

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

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

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

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

二维码1

领取红包

二维码2

领红包