错误代码:
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 install --save canvas dommatrix web-streams-polyfill
文章描述了一个在使用PDF.js时遇到的依赖缺失问题,涉及canvas、dommatrix和web-streams-polyfill。解决方法是通过npminstall命令安装这些缺失的模块。

4万+

被折叠的 条评论
为什么被折叠?



