React Native installation fails

I cloned the ethereum-boilerplate code from github
I cd into the folder and when running
yarn install
I get this error
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: ‘install’

Make sure to run yarn before you run yarn start

Thank you
Cedro
https://orbyton.com

its not working
yarn
yarn install
yarn start
nothing works
by the way i cant log in to your site either

It seems to me the problem on your side, the website is working fine.

I am assuming you’re using windows, right?
Did you install yarn and node js?

im using ubuntu
yarn is is installed and also node jsScreenshot from 2022-03-06 21-34-12

Follow this and let me know

sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn -y

Then run
yarn install

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.

> SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file at '/home/joey/ethereum-react-native-boilerplate/android/local.properties'.

There you go, you need Android development environment. :grinning: