Public and src folder is not generated in my react project when I execute npx create-react-app myest.
I tried unstalling the global create-react-app using npm uinstall -g create-react-app and reinstalling it again using npm install -g create-react-app. However, after I execute npx create-react-app myest, it got stuck on the below screen

create-react-appwithout the global flag? - halfer