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

unmet peer dependency "babel-core@6.x || ^7.0.0-0" #286

Closed
sedubois opened this issue Aug 25, 2018 · 3 comments
Closed

unmet peer dependency "babel-core@6.x || ^7.0.0-0" #286

sedubois opened this issue Aug 25, 2018 · 3 comments

Comments

@sedubois
Copy link
Contributor

Describe the bug
My project uses @lingui/cli 2.5.0, but I get this when installing all packages with yarn: @lingui/cli@2.5.0" has unmet peer dependency "babel-core@6.x || ^7.0.0-0". However, AFAIK there is no such thing as babel-core with version ^7.0.0-0 (the package changed to @babel/core).

Additional context

  • jsLingui version 2.5.0
@tricoder42
Copy link
Contributor

Yes, there is, that's the latest version of babel-core which serves as a bridge between babel-core and @babel/core

See this readme where it is explained.

What babel version do you use? 6 or 7?

@tricoder42
Copy link
Contributor

Hmm, anyway, this seems to be upstream issue: babel/babel-bridge#5

We have to live with it for now.

@tricoder42
Copy link
Contributor

It was fixed in upstream and fix in lingui will be released with next version

Photonios pushed a commit to SectorLabs/js-lingui that referenced this issue Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants