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
Build an app with embroider, this addon + "@glimmer/component": "^2.0.0". See error:
Some V1 ember addons are resolving as incorrect peer dependencies. This makes it impossible for us to safely convert them to v2 format. [email protected] -> [email protected] -> [email protected] [email protected] -> [email protected] -> [email protected] sees peerDep @glimmer/[email protected] at app/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@glimmer/component but [email protected] is using @glimmer/[email protected] at app/node_modules/.pnpm/@[email protected]/node_modules/@glimmer/component [email protected] -> [email protected] -> [email protected] sees peerDep @glimmer/[email protected] at app/node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@glimmer/component but [email protected] is using @glimmer/[email protected] at app/node_modules/.pnpm/@[email protected]/node_modules/@glimmer/component 👇 👇 👇 👉 See https://github.com/embroider-build/embroider/blob/main/docs/peer-dependency-resolution-issues.md for an explanation of the problem and suggestions for fixing it. 👆 👆 👆
Not sure why this is happening, honestly, as both [email protected] and [email protected] have @glimmer/[email protected] in their peer deps.
[email protected]
@glimmer/[email protected]
See johanrd@0fc93b9 for possible fix
The text was updated successfully, but these errors were encountered:
possible fix for nickschot#1063
585e847
• widen peer range of @glimmer/component • move @glimmer/component to peerDependency
0fc93b9
No branches or pull requests
Build an app with embroider, this addon + "@glimmer/component": "^2.0.0". See error:
Not sure why this is happening, honestly, as both
[email protected]
and[email protected]
have@glimmer/[email protected]
in their peer deps.See johanrd@0fc93b9 for possible fix
The text was updated successfully, but these errors were encountered: