#yarn install test fails in PR

1 messages · Page 1 of 1 (latest)

leaden pivot
#

Im working on #14345 (https://github.com/backstage/backstage/pull/14345) and started getting an error on yarn install (and some other tests as well) after it had succeeded multiple times before. I think started to appear after I added the changeset, but I have no idea how that would be able to cause errors.

Any ideas on what might be wrong?

broken citrus
#

The logs in your PR have The lockfile would have been modified by this install, which is explicitly forbidden. when I open the Post-resolution validation part of the log in your screenshot. Does the yarn install also fail locally? if that works maybe you get some changes in yarn.lock you might want to push

leaden pivot
#

Yeah it was something weird with the yarn.lock file but I think it might have been fixed todays as when I fetched the latest commits everything was fixed. 🙂