0
votes

when executed the command to create the env for react npx create-react-app myfirstapp, command was successfull but there were few warnings. Src and public folders not created. OS Windows 10 home edition.

enter image description here

1
can you do 'dir' in you project? - pramod singh
Most likely a problem with your network connection, try deleting the generated react app, and run npx create-react-app myfirstapp again - Hassan Azzam

1 Answers

0
votes

Had similar issues, I solved it by executing:

  • npm install -g create-react-app
  • create-react-app >>app-name<<