DEV Community

Discussion on: Here's How you can create a React App on Android Device

Collapse
 
peterndomano profile image
Peter Ndomano • Edited

Thanks for this post

But I think You skipped something

you should run npm install -g create-react-app before you can use it via npx create-react-app

Collapse
 
shoa1bdev profile image
Shoaib Akhtar

Thanks for the suggest! i appreciate it! Well in my case when i ran npx create-react-app its asked to install it by typing 'Y'..that way it worked for me..but to help other i will use your suggestion. Thanks once again