13559 error gyp info using node-gyp@3.8.0
13559 error gyp info using node@18.17.1 | win32 | x64
13559 error gyp verb command rebuild []
13559 error gyp verb command clean []
13559 error gyp verb clean removing "build" directory
13559 error gyp verb command configure []
13559 error gyp verb check python checking for Python executable "python2" in the PATH
13559 error gyp verb `which` failed Error: not found: python2
降低node版本和npm版本.
static
结果还是不行
可以引用编译好的包
2.8.335版本之前
import PDFJS from 'pdfjs-dist/es5/build/pdf.js'
2.8.335版本之后
import PDFJS from 'pdfjs-dist/legacy/build/pdf.js'