vue2项目报错
ERROR Failed to compile with 3 errors
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.js
第一步先执行:
npm install canvas@2.11.2 --ignore-scripts
只执行npm install canvas会报新的错误
第二步执行:
npm install --save dommatrix
第三步执行:
npm install --save web-streams-polyfill
然后就可以运行成功啦
我的node版本