devcauldron
Results
2
issues of
devcauldron
Here is the output I get when trying to install ```sh git:(main) npm i -D nx-react-native-expo --force npm WARN using --force Recommended protections disabled. npm WARN ERESOLVE overriding peer dependency...
One of the updates in Expo 46 was to make `@expo/cli` package a locally installed bin package and remove the need to globally install `expo-cli` per [this blog announcement](https://blog.expo.dev/the-new-expo-cli-f4250d8e3421). Here...