Upgrade Expo to v33

Hi, i’ve upgrades my app to Expo v33, after fix some pieces of code if i run “expo build:ios” i’ve this error:
node_modules/expo/AppEntry.js: Cannot find module ‘APP_FOLDER/node_modules/@react-native-community/cli/node_modules/metro-react-native-babel-transformer/src/index.js’
Cannot read property ‘status’ of undefined
Someone has got this error?
Thanks

try npm remove -g expo-cli and then again npm install -g expo-cli.
did the job for me

Thanks, it work!

1 Like

Glad you got it sorted. Thanks for the assist, @romanonthego.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.