Error starting project with React Native Expo

0

I have version 8.12.0 of NodeJS installed in Debian 9, so I installed the Expo with the command npm install -g expo-cli , which in the end returned the following alerts:

IgnoringthisIcreatedaprojectwiththecommandexpoinitNomeProjeto.Sofareverythingrunssmoothly,butwhenItrytostarttheprojectwithexpostarttheprocessisabortedreturningthefollowingerrors:

What can be causing these errors, and how to solve them?

    
asked by anonymous 28.10.2018 / 16:59

1 answer

0

Dude, try using the create-react-native-app boilerplate. When I use the expo I like to use with yarn, then it would look like: yarn create react-native-app ProjectName.

And to run the project: yarn start

These expo commands I've never used.

If you do not have yarn installed: link

    
14.11.2018 / 02:28