We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug lingui 5.1.0
It seems the versions of babel-plugin-lingui-macro got out of sync.
@lingui/macro package has a peerDependency:
"@lingui/babel-plugin-lingui-macro": "4.11.2",
While @lingui/react package has a different peerDependency:
"@lingui/babel-plugin-lingui-macro": "5.0.0",
This is causing NPM to complain:
npm warn ERESOLVE overriding peer dependency npm warn While resolving: @lingui/core@5.1.0 npm warn Found: @lingui/babel-plugin-lingui-macro@5.1.0 npm warn node_modules/@lingui/babel-plugin-lingui-macro npm warn @lingui/babel-plugin-lingui-macro@"5.1.0" from @lingui/cli@5.1.0 npm warn node_modules/@lingui/cli npm warn dev @lingui/cli@"^5" from the root project npm warn 1 more (@lingui/vite-plugin) npm warn npm warn Could not resolve dependency: npm warn peerOptional @lingui/babel-plugin-lingui-macro@"4.11.2" from @lingui/macro@5.1.0 npm warn node_modules/@lingui/macro npm warn @lingui/macro@"^5" from the root project npm warn ERESOLVE overriding peer dependency
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
lingui 5.1.0
It seems the versions of babel-plugin-lingui-macro got out of sync.
@lingui/macro package has a peerDependency:
While @lingui/react package has a different peerDependency:
This is causing NPM to complain:
The text was updated successfully, but these errors were encountered: