Closed cherryWangqaz closed 1 year ago
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.
What version of pkg are you using?
5.5.1
What version of Node.js are you using?
14.18.0
What operating system are you using?
ubuntu20.04
What CPU architecture are you using?
x86_86
What Node versions, OSs and CPU architectures are you building for?
node18-linux-arm64
Describe the Bug
i can build the exec file for node18-linux-x86, it also works for node18-linux-arm64. but many warnings occurred during the compiling. like Failed to make bytecode node14-arm64 for file xxxxxxxxxxxxxxxxxxxxxxx
i can run the exec file for node18-linux-x86 successfully, but it does not work for node18-linux-arm64. ERROR msg: pkg/prelude/bootstap.js:1740 throw error; Error: cannot find module '/sanpshot/xxx/node_modules/@nestjs/common/node_modules/tslib/tslib.js'
Expected Behavior
the exec file for node18-linux-arm64 can work in arm64 machine.
To Reproduce
maybe build exec file for arm64 in x84 machine?