the following command throws the following error command = npx create-react-app my-app error = '"node"' is not recognized as an internal or external command, operable program or batch file.
before you say create node as an environment variable - it has been created, node works perfectly fine, npm works perfectly fine - just calling npx raises this issue
any idea why?
fixed the issue by running the command on command prompt and not using hyper terminal think it has issues running maybe windows based commands on linux