ios build failing with Config sync failed

eas build --platform ios keep failing at pre-build stage with below message:

✖ Config sync failed

18[stderr]

[22:00:38] [ios.dangerous]: withIosDangerousBaseMod: Cannot find module 'jsonfile/utils'

I have added expo-store-review and expo-linking previously.

SDK 43 as of right now.

The error message isn’t particularly helpful.

Can anyone recommend right approach to debug this?

Thanks

In your post, please share:

  • Managed workflow
  • cli version 42.4
  • Research and research…

Can you run yarn why jsonfile and see if there’s other packages that might cause a different version of the jsonfile dependency to be loaded?