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
By specifying a directory the version output works perfectly fine, but doesn't actually create a directory:
$ create-react-app test --version
create-react-app version: 0.1.0
I realize that this would be a change in the global CLI, but I think the new behaviour is much nicer and less confusing, and people who don't have the newer version installed won't have any problems either.
I tried to get the version of
create-react-app
I had installed globally and thus ranWhich gave me this output:
By specifying a directory the version output works perfectly fine, but doesn't actually create a directory:
$ create-react-app test --version
I realize that this would be a change in the global CLI, but I think the new behaviour is much nicer and less confusing, and people who don't have the newer version installed won't have any problems either.
PR for this: #152
The text was updated successfully, but these errors were encountered: