Skip to content
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

lerna bootstrap fails to prune hoisted depdendencies as rimraf is at the wrong version #3925

Closed
pichlermarc opened this issue Jun 19, 2023 · 0 comments · Fixed by #3926
Closed
Labels
bug Something isn't working internal

Comments

@pichlermarc
Copy link
Member

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 expect rimraf@^4.4.1

A possible solution may be to downgrade the repo to [email protected] as the package that uses rimraf in that manner was only added in [email protected], or to downgrade to [email protected] as rimraf was only upgraded to rimraf@^4.4.1 with [email protected]

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal
Projects
None yet
1 participant