Unable to build android after deleting project from expo servers

I accidentally deleted my project from expo.io
The project is recreated after running expo build:ios
But when I run expo build:android it stops in the last stage with this message:

Checking if this build already exists...
Not Found.

Any ideas what can I do? build:ios works fine

Finally I managed to fix this problem by npm install expo-cli -g

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