npm create-react-app 0.6.0
v0.6.0

latest releases: 5.0.1, 5.1.0-next.14, 5.0.0...
7 years ago

0.6.0 (September 25, 2016)

Build Dependency (react-scripts)

  • Adds an overlay for syntax errors in development. (@gaearon in #744)

Utilities (react-dev-utils)

  • Adds an alternative WebpackDevServer client that displays the error overlay. (@gaearon in #744)

Migrating from 0.5.1 to 0.6.0

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@0.6.0

Note: If the project fails to start, remove node_modules, ensure react-scripts is 0.6.0 in your package.json, and run npm install again. There seems to be an npm bug affecting this update.

Screenshot

This is the browser window when you make a syntax error:

Don't miss a new create-react-app release

NewReleases is sending notifications on new releases.