I am trying to install react-web
.
Running the command
npx create-react- app .
npx
command not found. This haven't happen earlier.
Then I run
npx -v
Again the same error:
'npx command not found'.
I decide to install npx. I run
sudo npm i -g npx
And this is what I get(refer the picture)enter image description here. How do I tackle this?