#npx create-react-app (NOT WORKING)

9 messages · Page 1 of 1 (latest)

finite stag
#

what should i do

late sequoia
#

there is no reference to npx

#

do npm i npx and try again

plucky steeple
#

maybe double check npm version as well

prime breach
#

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.