You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is implemented yet, but I think it is a good idea to notify the user about a new version has arrived right in the console when they create-react-app some-app.
Maybe like give them instructions how to update with npm install -g [email protected] to 0.2.0 for example.
I think this won’t be an issue. create-react-app automatically uses the newest version of react-scripts, and improvements to CLI are going to be marginal so it’s not important to keep it up-to-date.
I'm not sure if this is implemented yet, but I think it is a good idea to notify the user about a new version has arrived right in the console when they
create-react-app some-app
.Maybe like give them instructions how to update with
npm install -g [email protected]
to0.2.0
for example.I guess yeoman and npm-check-updates does the same.
The text was updated successfully, but these errors were encountered: