Closed xhyabunny closed 1 year ago
Double check all the versions you've mentioned...
arm64
, as do your targets
targets
say Node16This issue is stale because it has been open 90 days with no activity. Remove the stale label or comment or this will be closed in 5 days. To ignore this issue entirely you can add the no-stale label
This issue is now closed due to inactivity, you can of course reopen or reference this issue if you see fit.
What version of pkg are you using?
5.8.1
What version of Node.js are you using?
18.12.1
What operating system are you using?
Windows
What CPU architecture are you using?
x64
What Node versions, OSs and CPU architectures are you building for?
node18
Describe the Bug
i run
pkg .
with thispackage.json
and i get this in my console?
Expected Behavior
i dont really need to add anything here since its literally the reason
pkg
is made for (compiling node projects into EXE files)To Reproduce
execute
npm i
in the console executenpm i pkg -g
in the console make uppackage.json
with previously mentioned info executepkg .
in the console