yisibl / resvg-js

A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs.
https://resvg-js.vercel.app/
Mozilla Public License 2.0
1.53k stars 54 forks source link

AWS Lambda is complaining Cannot find module '@resvg/resvg-js-linux-arm64-gnu' #310

Open iDVB opened 6 months ago

iDVB commented 6 months ago

Cannot find module '@resvg/resvg-js-linux-arm64-gnu'

Do we need to pass some kind of flag when NPM installs @resvg/resvg-js ?

jenjen75 commented 2 months ago

try this when you build for lambda (arm architecture):

npm install --config.platform=linux --config.architecture=arm64v8