At the risk of looking like a complete idiot, why doesn't npx create-react-app my-app
work for me? I have node and npm installed and updated, both in my path (as far as I can tell). When I type node -v
and npm -v
it works perfectly fine, gives me the version numbers, and I can use them just fine, but I get '"node"' is not recognized as an internal or external command,
operable program or batch file. from the terminal when I try the create-react-app statement. Everything else I've found on the internet tries to say by adding it to the path it will work, but I must be missing something.
By the way, I'm using windows with GitBash. Thanks in advance.