参考:https://github.com/vercel/pkg/issues/161
it's kind of funny but for us, the solution was to rename the generated executable to node.exe.
问题描述:
1.node 12.22+express + gdal 0.8
2.在webstrom里面调试ok
3.使用pkg打包为windows平台可执行程序 exe时,出现了错误
刚开始以为是版本不匹配问题,非也
参考上述文章后,将生成的exe改成 node.exe,居然一切ok,服了pkg了。。。。。。。。。