DEV Community

Svvntos
Svvntos

Posted on

Help w/react

So I don't know what's going with my computer, everyone I ask is saying this is strange and they never seen it before so I hoping someone here can help me before i just buy another computer lol...jk

This screenshot you see here is what happens after i run "npm create-react-app

idk why it just stays there and it only gives three files in stead of giving me all the file i need for the react app (like public, SRC).

If someone sends me the folder with all the correct files Im able to run the react app and work on it, the issue is that Im not being able to create for some reason and my OCD is really killing me on this.

Please and thank you! :)
Alt Text

Top comments (3)

Collapse
 
joseluisrnp profile image
José Luis Recio • Edited

Maybe you have some issue with your cra installation.

Do you try with npx create-react-app your-project-name ?

Collapse
 
svvntos profile image
Svvntos

Yup. What I'm doing now is uninstalling my Git, and node and reinstalling.

wish me luck :<

Collapse
 
javila35 profile image
Joe Avila

Did you create a repository with the file that are created with run NPX create-react-app