This method is tested on armv8l devices.
Solution
When you see the error message:
Error: Could not load the “sharp” module using the android-arm runtime
Resolve it by running:
npm install --cpu=wasm32 sharp
After executing this command, npm start
should function correctly.