Maël Nison
Maël Nison
Hey @lukebatchelor! This is what I was mentioning: https://github.com/yarnpkg/berry/blob/master/docs-legacy/workspaces-constraints.md The tool is in an early phase (and v2-exclusive at the moment), but I'd be happy to hear your feedback (I'd...
Thanks! Can you also add a test for this behaviour?
I think so; since your PR is intended to fix a specific obscure behaviour, having a test is quite important (otherwise noone will remember about it in a year time):...
We need a repro as it's unlikely PnP is the cause for whatever you're seeing.
Why did you open this thread on both repos? Is this related to modern releases at all?
> which appears to be included in the zip This is the issue. We add `/.yarn` [to the npmignore](https://github.com/yarnpkg/berry/blob/master/packages/yarnpkg-core/sources/scriptUtils.ts#L280) before packing, but in the case of `ember-ajax-fetch` the npmignore didn't...
> Can some one really help this. this kind of unstable process is troubling us a lot. our pipelines are broken. I already answered you in the thread you opened...
I believe for this use case you need to add a [`resolutions`](https://yarnpkg.com/configuration/manifest#resolutions) entry in your `package.json`, so that Yarn knows that the "invalid" resolution is expected. Without it, it triggers...
Very likely indeed; I suspect the API started returning `null` on the `latest` tags in https://repo.yarnpkg.com/tags, causing a failure in the subsequent `semver.gt` comparison that checks once a day if...
Hmm yeah it should just be cancelled on exit - I'll take a look at that next week