-
-
Notifications
You must be signed in to change notification settings - Fork 58
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 Berry (v2 & v3) is not supported: Unsupported option name ("--no-lockfile") #741
Comments
You can customize the options passed to yarn with the However, I think it is worth noting that |
@kategengler can we revisit this now that ember-cli does in fact support yarn berry? The issue you linked has been closed as the blocking problems were resolved in the last few years. |
I'd be happy to look at a PR, but, in general, yarn support in ember-cli and associated addons is somewhat stale. I opened this issue myself ember-cli/ember-cli#10339 but have since moved to pnpm. |
I can confirm that yarn berry works generally for ember apps - we've been using it in production for several years now. The main gap is that ember-try forces the non-existent As such, I'm less worried about overall yarn support in ember-cli and more about making sure that ember-try isn't actively causing failures while the rest of the ecosystem seems to be working fine. |
I'm happy to look at a PR to support, but until then, the |
Hi!
When trying to run
yarn test:ember-compatibility
in my addon, I receive:This is because Yarn Berry does not have the
--no-lockfile
option.I cannot use Yarn 1 because it crashes on
nohoist: *
, and package hoisting in my monorepo breaks many things.The text was updated successfully, but these errors were encountered: