'win32-x64' binaries cannot be used on the 'linux-x64' platform got this error while installing node sharp on windows system. This is breaking my lambda code on aws while execution.
© 2022 - 2024 — McMap. All rights reserved.
'win32-x64' binaries cannot be used on the 'linux-x64' platform got this error while installing node sharp on windows system. This is breaking my lambda code on aws while execution.
© 2022 - 2024 — McMap. All rights reserved.
{ "name": "resize", "version": "1.0.0", "description": "image resizer", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ankit", "license": "ISC", "dependencies": { "serverless-plugin-tracing": "^2.0.0", "sharp": "^0.23.4" } }
– Resinate