Closed
Description
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 create-react-app@0.2.0
to 0.2.0
for example.
I guess yeoman and npm-check-updates does the same.
Activity
gaearon commentedon Jul 25, 2016
I think this won’t be an issue.
create-react-app
automatically uses the newest version ofreact-scripts
, and improvements to CLI are going to be marginal so it’s not important to keep it up-to-date.glennreyes commentedon Jul 25, 2016
Means that when
react-scripts 0.2.0
is released and you want to use it, you don't need to update yourcreate-react-app
?gaearon commentedon Jul 25, 2016
Yes.