You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you really want to create this in a folder called react, try:
mkdir react
cd react
create-react-app unique-name-of-my-project
react is already an npm package so it doesn't like that you are trying to name it react. Thus all the ERR! about Refusing to install react as a dependency of itself...
The text was updated successfully, but these errors were encountered: