sumagowda
Results
2
comments of
sumagowda
I deleted `android` build folder in the root directory & then tried `eas build --platform android` that seemed to resolve this error.
Deleting `node_modules` and then rebuilding the app worked for me. ``` rm -rf node_modules rm package-lock.json npm install nx start YOUR_APP_NAME ```