'installation problem when i try to install react app
I'm Juan, And also I'm a student studying Computer Science. First time I come to learn about nodejs. When I try to create react app, I've got the above problem in cmd. So, Help me to solve this problem. So, that I could proceed to learn more about node.js.enter image description here
Solution 1:[1]
The command for creating react app is:
npx create-react-app your-app-name
Check out the documentation: https://reactjs.org/docs/create-a-new-react-app.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Aimsat |
