Building .exe file with pkg results in "Failed to make bytecode"
Hey, I'm trying to build my node discord.js project into .exe file for ease of use. I managed to do so with https://www.npmjs.com/package/pkg by simply running it with
I got following warnings though:
and I have noticed that the
pkg . --targets node18-win-x64 and below configuration:I got following warnings though:
and I have noticed that the
.exe won't work without all node_modules copied into it's directory. I suspect it might be related to file-type not being bundled correctly, but maybe I'm missing something else. Thanks for help in advance.npm
Package your Node.js project into an executable. Latest version: 5.8.1, last published: 5 months ago. Start using pkg in your project by running
npm i pkg. There are 224 other projects in the npm registry using pkg.
