0

[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]

enter image description here

Connell.O'Donnell
  • 3,603
  • 11
  • 27
  • 61
igoswamik
  • 1
  • 5

1 Answers1

0

You should install nodejs first. Start from here

A Ralkov
  • 1,046
  • 10
  • 19
  • 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