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

[BUG]: cannot install lerna@5 due to breaking change introduced in patch version #345

Closed
1 task done
JoshuaAYoung opened this issue Jun 16, 2023 · 2 comments
Closed
1 task done
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented

Comments

@JoshuaAYoung
Copy link

What happened?

Request-error is a dependency for something in Lerna (guessing with latest version of request-error), which 6 hours ago was working with Node 14. Lerna now requires Node 18 because of your latest release. I didn't see anything in the release notes about a breaking change like this. Guessing millions of Lerna users are going to be affected here. Will also reach out to Lerna folks and let them know to freeze the version if they can, but just so you all are aware.

Versions

@octokit/request-error@4.0.2, Node 14.18.3

Relevant log output

Run yarn global add lerna
yarn global v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error @octokit/request-error@4.0.2: The engine "node" is incompatible with this module. Expected version ">= 18". Got "14.18.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.
Error: Process completed with exit code 1.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@JoshuaAYoung JoshuaAYoung added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Jun 16, 2023
@wolfy1339
Copy link
Member

This has been fixed.
Another user was experiencing the same bug, and I published a fix reverting those changes

@wolfy1339 wolfy1339 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2023
@JoshuaAYoung
Copy link
Author

Thank you! Wow with the quickness.

@wolfy1339 wolfy1339 changed the title [BUG]: [BUG]: cannot install lerna@5 due to breaking change introduced in patch version Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented
Projects
Archived in project
Development

No branches or pull requests

2 participants