Error with React Native Backend npm i (Networking - 2)

i found this solution and it worked for me , i had the same issue.

Sharp version 0.25.2 as listed in the package.json lacks the required prebuilt sharp and libvips binaries that are compatible with M1. Thanks to this helpful article by the Sharp people I learned that after version 0.29.0 the prebuilt libraries are included and after testing it, they are indeed functional. So the fix for any unlucky M1 users here is to go to your package.json files and to replace line 25 with
“sharp”: “^0.29.0”

1 Like