React - creating project using npx create-react-app

Hi Community!
Recently i have started learning React while creating my first project terminal got stuck here kindly guide if i am doing any thing wrong here.
thanks in advance

after the environment is set up, open the file from the top left and click “open file” or “open folder” option

Does it always hang at the same spot in the installation? Are there never any errors?

Not sure if this is related maybe?

Maybe try a different path for the installation.


You can also try using Vite instead.

yes, it goes stuck here and gives a timeout error.

I think your server is trying to pull data from source but you created two folders. It might be confusing the server? try npx create-react-app myfirstapp without creating your own folder? “myfirstapp” should be the folder you need.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.