Android Failure for Managed Workflows due to npm

you can run expo prebuild -p android --npm and then expo run:android to use npm instead. it appears that the default logic when running expo run:android defaults to using yarn if you have it installed, rather than checking for lockfile as it should

1 Like