[Why I'm getting this error. I'm not even running node command '"node"' is not recognized as an internal or external command, operable program or batch file. I tried this command-> npx create-react-app amazon-clone]
Asked
Active
Viewed 464 times
1 Answers
0
-
Its already installed and working fine. I'm just new to react world and I have to run " npx create-react-app . " command for which I first installed it globally using npm install -g create-react-app and now I,m getting this error- '“node”' is not recognized as an internal or external command, operable program or batch file – igoswamik Feb 28 '21 at 18:25
-
What is your OS and shell type? – A Ralkov Feb 28 '21 at 20:07
-
OS-windows I generally use Git Bash – igoswamik Mar 01 '21 at 16:32