pkg
pkg copied to clipboard
Warning Failed to make bytecode node14-arm64
What version of pkg are you using?
5.7.0
What version of Node.js are you using?
12.12.12
What operating system are you using?
Ubuntu
What CPU architecture are you using?
armv7l
What Node versions, OSs and CPU architectures are you building for?
node14-win-arm64
Describe the Bug
Expected Behavior
Raspberry Configuration
I expected that i can put the file at anywhere and run it from anywhere, not depend on origin source code.
Please help me about that.
To Reproduce
Here is build command: pkg .
Here is my build script in package.json file: "bin": { "myapp": "main.js" }, "pkg": { "scripts": "build//*.js", "assets": [ "node_modules//*" ], "targets": [ "node12-linux-arm64" ], "outputPath": "dist" }
,
See https://github.com/vercel/pkg#targets.
This 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.