We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Both on the NPM registry and when installing the package the latest version is 0.5.0 instead of 0.6.1
When running npm i -g create-react-app the latest version should be installed.
npm i -g create-react-app
Version 0.5.0 is installed.
node -v
npm -v
The text was updated successfully, but these errors were encountered:
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.
react-scripts
Sorry, something went wrong.
No branches or pull requests
Description
Both on the NPM registry 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
node -v
: v6.7.0npm -v
: 3.10.8The text was updated successfully, but these errors were encountered: