1

I am trying to do my first project in React.

However I am getting the following error from my terminal:

'npx' is not recognized as an internal or external command,

Tom Slabbaert
  • 21,288
  • 10
  • 30
  • 43
Tanim Ahmed
  • 21
  • 1
  • 1
  • 2
  • 7
    Does this answer your question? [npx command not found](https://stackoverflow.com/questions/49894620/npx-command-not-found) – Prakash Karena Jan 18 '20 at 10:15

1 Answers1

7

Install npx globally by running npm i -g npx in the terminal

Bloatlord
  • 385
  • 3
  • 8