79330583

Date: 2025-01-05 10:55:22
Score: 3
Natty:
Report link

This solved my issue. Maybe it will help somebody. Firstly, I installed React dependencies in my project using "npm install react@latest react-dom@latest". Afterwards, I installed "yarn" with "npm install --global yarn" and then "yarn create react-app client --template typescript". (Following command did not work for me at all: "npx create-react-app client --template typescript".) After the succesfull installation I was able to go into the folder "cd client" and start React by "npm start".

Reasons:
  • Blacklisted phrase (1): did not work
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Artem