Home > Blockchain >  the command - 'npx create-react-app myapp' does not work
the command - 'npx create-react-app myapp' does not work

Time:01-04

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

npm, npx, node versions

enter image description here

any idea why?

CodePudding user response:

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

  •  Tags:  
  • Related