HiveBrain v1.2.0
Get Started
← Back to all entries
snippetjavascriptreactCritical

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

Submitted by: @import:stackoverflow-api··
0
Viewed 0 times
releaserunningcreateyouwhichtheappreactbehindlatest

Problem

I got an error while creating a React application. How do I fix it?

Solution

It's fixed. I do npx create-react-app@5.0.0 my-app.

Reference: Error while creating new React app ("You are running create-react-app 4.0.3, which is behind the latest release (5.0.0)")

Context

Stack Overflow Q#70358643, score: 186

Revisions (0)

No revisions yet.