expo / create-react-native-app

Create React Native apps that run on iOS, Android, and web
BSD 3-Clause "New" or "Revised" License
13.26k stars 1.35k forks source link

Unable to Create React Native App #837

Closed megancooper closed 4 years ago

megancooper commented 4 years ago

Describe the bug I'm trying to use create-react-native-app to create a new application, but the cli keeps hanging on Locating Project Files. as shown here:

➜ npx create-react-native-app --template with-styled-components
? What is your app named? › (node:99190) ExperimentalWarning: The dns.promises API is experimental
(node:99190) ExperimentalWarning: The fs.promises API is experimental
✔ What is your app named? … bulletin
⠧ Locating project files.

To Reproduce Might be an issue with my version of node? I am using node version 10.13.0

Desktop (please complete the following information):

megancooper commented 4 years ago

Fixed using nvm (node version manager) and switching to node version 12