Ahmad Alharbi

Results 6 comments of Ahmad Alharbi
trafficstars

This is problem appearing with mongoose package in version up 6.0.0 i solved this problem only change mongoose package version to 5.13.10 `npm i [email protected] --save`

@anieve01 I Founded a solution. For me helped to build app with `eas build.` just add some code in `package.json` ``` "overrides": { "@react-native-voice/voice": { "@expo/config-plugins": "~7.2.2" } }, ```

**Hello @Ibrahim-Arif,** Is this problem solved?

Yes, like me , i used `where eas `, and i found 3 install from same package,I removed it, and then install it again, and it works now. Thank you

I saw the same error but I fixed it this time this way `npm i eas-cli -D`