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
yarn init -y
Describe the bug
yarn init -y doesn't work in Yarn 2 (it works as expected in Yarn 1.19.1).
To Reproduce
yarn set version from sources
yarn --version
2.0.0-rc.10
Unknown Syntax Error: Unsupported option name ("-y"). $ yarn init [-p,--private]
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered:
Fixed in #554
Sorry, something went wrong.
No branches or pull requests
Describe the bug
yarn init -y
doesn't work in Yarn 2 (it works as expected in Yarn 1.19.1).To Reproduce
yarn set version from sources
yarn --version
outputs2.0.0-rc.10
yarn init -y
finishes with exit code 1 and outputsEnvironment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: