Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).

ERROR: You are running `create-react-app` 4.0.3, which is behind 
the latest release (5. 0.0).
---
SOLUTION:

1) npm uninstall -g create-react-app
2) npx clear-npx-cache
3) npx create-react-app myapp
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #You #running #latest #release
ADD COMMENT
Topic
Name
9+8 =