npm create-react-app 2.1.7
v2.1.7

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

2.1.7 (March 7, 2019)

v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.

Migrating from 2.1.6 to 2.1.7

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

npm install --save --save-exact react-scripts@2.1.7

or

yarn add --exact react-scripts@2.1.7

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

NewReleases is sending notifications on new releases.