Emulater suddenly wont start.

Im using vue-native a wrapper of react-native. Suddenly, the vue-native project on the emulator stopped running.

When I start the emulator, I get an error

This version of the app is out of date. Uninstall the app and run again to upgrade.

I tried to remove the expo-cli with
npm uninstall expo-cli

and installed it again:
npm install -g expo-cli

I have also deleted my node-modules and done
npm install

But still Im getting the same error and the vue-native app wont compile.

Any help is very much apreciated

Hi @haangglide!

Have you tried upgrading and/or uninstalling and reinstalling the Expo client?