I am trying to create a react app but i get stuck here can not find the way. kindly help me.
Asked
Active
Viewed 79 times
-1

Barbora
- 921
- 1
- 6
- 11
-
Looks like you don't have node installed in your machine . You need node to install CRA . – Shyam Jun 04 '21 at 06:41
1 Answers
0
First install node download node
then run npx create-react-app my-app
also path must be
C:\Program Files\nodejs
not
C:\Program Files\node.js // you have put this in the path

cool_code
- 178
- 2
- 8