You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce this once locally, but another run after that succeeded again. Inspecting the packages, the [email protected]was used, but looking at the lerna repo it seems to expect rimraf@^4.4.1
Looks like the
[email protected]
is affected by a bug that occasionally causes our builds to fail. It is unclear why this is not happening regularly right now (example https://github.com/open-telemetry/opentelemetry-js/actions/runs/5312345368/jobs/9619008103?pr=3923).I was able to reproduce this once locally, but another run after that succeeded again. Inspecting the packages, the
[email protected]
was used, but looking at the lerna repo it seems to expectrimraf@^4.4.1
A possible solution may be to downgrade the repo to
[email protected]
as the package that usesrimraf
in that manner was only added in[email protected]
, or to downgrade to[email protected]
asrimraf
was only upgraded torimraf@^4.4.1
with[email protected]
See also:
lerna
repo lerna bootstrap fails due to missing rimraf callback function lerna/lerna#3636The text was updated successfully, but these errors were encountered: