public, src,and scripts folder not created while using create-react-app August 4, 2023 by Tarik Try with these steps : npm rm -g create-react-app npm install -g create-react-app npx create-react-app my-app Source