i am having error messages while creating react app

can someone please look at it and tell me whats causing it
No description
16 Replies
Jochem
Jochemβ€’9mo ago
seems to be a problem related to network connectivity
No description
Anonymous DEV
Anonymous DEVβ€’9mo ago
but my internet is working fine
Jochem
Jochemβ€’9mo ago
not even React recommends using create react app anymore btw https://react.dev/learn/start-a-new-react-project
Anonymous DEV
Anonymous DEVβ€’9mo ago
i dont know next js yet
Jochem
Jochemβ€’9mo ago
can you open the link in the error? the registry.npmjs one
Anonymous DEV
Anonymous DEVβ€’9mo ago
oh wait it installed this time after trying 7 times i dont know next js should i learn it then?
Jochem
Jochemβ€’9mo ago
that's honestly up to you, just know that create react app isn't the recommended way to use react anymore
Anonymous DEV
Anonymous DEVβ€’9mo ago
what are the cons of using react this way
Jochem
Jochemβ€’9mo ago
you've exhausted my react knowledge. I just know that create react app is bad
Anonymous DEV
Anonymous DEVβ€’9mo ago
😭
Joao
Joaoβ€’9mo ago
Read the link provided there's a deep dive section with details.
Tenkes
Tenkesβ€’9mo ago
Don't learn Next before React. You can use Vite to create React project.
npm create vite@latest
npm create vite@latest
And just choose React as framework and typescript if you want it
Anonymous DEV
Anonymous DEVβ€’9mo ago
what differnece does it make
Tenkes
Tenkesβ€’9mo ago
Nextjs is React framework. You can't learn framework before learning base language and vite is faster than create-react-app
Anonymous DEV
Anonymous DEVβ€’9mo ago
it says it allows us to use ts n i think m good with vinalla js really
Tenkes
Tenkesβ€’9mo ago
yes, much faster