### Description Both on the [NPM registry](https://www.npmjs.com/package/create-react-app) and when installing the package the latest version is 0.5.0 instead of 0.6.1 ### Expected behavior When running `npm i -g create-react-app` the latest version should be installed. ### Actual behavior Version 0.5.0 is installed. ### Environment 1. `node -v`: v6.7.0 2. `npm -v`: 3.10.8 3. Operating system: macOS Sierra
Activity
gaearon commentedon Oct 6, 2016
Please read Updating to New Releases.
The global CLI and the actual code (
react-scripts
) are versioned separately. You almost never need to update the global CLI itself.