-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
yarn create fails when specifying a package version #6587
Labels
Comments
This is affecting us too, using yarn 1.12.3, Node.js 11.0.0, Windows 10 x64:
It looks like the tag would need to be handled here: yarn/src/cli/commands/create.js Lines 19 to 38 in 77f04c3
|
1 task
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Running:
yarn create react-app@next --help
fails with an error:
What is the expected behavior?
should run
/usr/local/bin/create-react-app
and not/usr/local/bin/create-react-app@next
Please mention your node.js, yarn and operating system version.
yarn 1.10.1, mac os Mojave, node
v8.11.3
Note that with npx you need to supply the version using additional flag:
The text was updated successfully, but these errors were encountered: