Difficulty setting up mobile app

I’ve been stepping through the MC mobile app section of the setup tutorial and have hit a snag with npm, where I end up with the following output (I can share the log file in this thread of you think it would be helpful):

After consulting the troubleshooting section, I was unable to identify the node_modules directory, but performed a grep and removed all the found .git files. Still, I’m getting the same error. I also get the following output when I attempt to run the app:

Screen Shot 2021-05-17 at 1.04.41 AM

This may or may not be related to the same issue, but thought it was worth asking about. Any help would be greatly appreciated.

Hi,

The documentation still needs to be updated.
The command to run android is now simply npm run android or yarn android.
Make sure you use either npm or yarn and don’t mix both.
If there is no node_modules folder in the root directory of the cloned repository, then the installation of node modules failed. Maybe have a look here

Cheers
Fabian