+
80
-

pkg打包exe报错Warning Cannot include file %1 into executable. The file must be distributed with execut

pkg打包exe报错Warning Cannot include file %1 into executable.   The file must be distributed with executable as %2.

这是啥问题:

pkg@5.8.1
> Warning Cannot include file %1 into executable.
  The file must be distributed with executable as %2.
  %1: node_modules\open\xdg-open
  %2: path-to-executable/xdg-open
> Warning Babel parse has failed: import.meta may appear only with 'sourceType: "module"' (13:45)
> Warning Cannot include file %1 into executable.
  The file must be distributed with executable as %2.
  %1: node_modules\open\xdg-open
  %2: path-to-executable/xdg-open

网友回复

+
0
-

先用ncc处理

ncc build index.js -o dist

再打包dist里的index.js

我知道答案,我要回答