I'm trying to bundle @node-rs/bcrypt with Rollup to deploy it to AWS Lambda.
However weirdly it only bundles the following files:
bcrypt.darwin-arm64_1.node
bcrypt.darwin-arm64_1_1.node
While my lambda is trying to load bcrypt.android-arm64.node.
Any idea why this is happening and how to solve it?
I'm trying to bundle
@node-rs/bcryptwith Rollup to deploy it to AWS Lambda.However weirdly it only bundles the following files:
bcrypt.darwin-arm64_1.nodebcrypt.darwin-arm64_1_1.nodeWhile my lambda is trying to load
bcrypt.android-arm64.node.Any idea why this is happening and how to solve it?