GeekyAnts / vue-native-cli

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs
92 stars 21 forks source link

Please globally install create-react-native-app dependency #20

Closed rodrigorioo closed 5 years ago

rodrigorioo commented 5 years ago

Hi, I follow all the instructions and follow steps in other issues report and still give me this error. I have all globaly installed and I can't init the project

RishabhKarnad commented 5 years ago

Hi @rodrigorioo. Please provide the following information:

rodrigorioo commented 5 years ago

Hi @RishabhKarnad thanks for the reply! I found a solution for the problem.

When I write "expo --version" this tell me that Node.js v9 is not supported, so I update to v10 and now works!

Thank you!