For something like this encountered:
” You are running create-react-app 4.0.3, which is behind the latest release (5.0.0).”
Solution was :
> npx clear-npx-cache
Then do:
> npx create-react-app your-app
For something like this encountered:
” You are running create-react-app 4.0.3, which is behind the latest release (5.0.0).”
Solution was :
> npx clear-npx-cache
Then do:
> npx create-react-app your-app