0

I am building this app on React Native using Expo.

When I run expo doctor I am getting the below issue

[stderr] Expected package @expo/config-plugins@^5.0.2 [stderr] Found invalid: [stderr] @expo/config-plugins@6.0.1 [stderr] (for more info, run: npm why @expo/config-plugins)

My expo/config-plugins is version 5.0.2 in my package.json, but I cant downgrade the version of the below node_modules package to 5.02, its staying at version 6.0.1:

"node_modules/@expo/metro-config/node_modules/@expo/config-plugins": { "version": "6.0.1",

I'm 99% sure this is causing the problem but I'm unable to downgrade this package.

I've tried uninstalling and reinstalling the package, as well as clearing package.json and node-modules caches.

Any help would be appreciated.

0 Answers0