#npx create-react-app (NOT WORKING)
9 messages · Page 1 of 1 (latest)
npx isnt defined
there is no reference to npx
do npm i npx and try again
maybe double check npm version as well
Well first you need to make sure you have node installed
I think if you do node —version
You may also need to set up the path to nodejs in your environment variables in windows
Just add:
;C:\Program Files\nodejs
To the end of your Path variable on the "User variable" section of the Environment Variables on the System Properties.
After that, reopen your command prompt and type
npm
This should work.