Don't know about the error, but word of advise: Don't use create-react-app. Use npm create vite@latest and select React. It is a much nicer coding experience.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Oldest comments (2)
Trying to set up my react environment but I kept on encountering this, I actually don't know why.
Don't know about the error, but word of advise: Don't use create-react-app. Use
npm create vite@latest
and select React. It is a much nicer coding experience.