-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I would like to give ember-eui another try (I'm not an experienced ember dev) so I created a new project this way:
ember new --typescript --embroider --pnpm tmp
I then installed the missing peer dependencies this way:
pnpm i -D ember-focus-trap moment
and finally installed ember-eui:
ember install @ember-eui/core
if I try to start the project with
pnpm start
I get this error:
Some V1 ember addons are resolving as incorrect peer dependencies. This makes it impossible for us to safely convert them to v2 format.
👇 👇 👇
👉 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.
👆 👆 👆
tmp@0.0.0 (dev)-> @ember-eui/core@8.0.44 -> ember-power-select@7.2.0 -> ember-basic-dropdown@7.3.0 -> ember-style-modifier@3.1.1
sees peerDep @ember/string@3.1.1
at /home/Work/sandbox/tmp/node_modules/.pnpm/@ember+string@3.1.1/node_modules/@ember/string
but @ember-eui/core@8.0.44 is using @ember/string@4.0.0
at /home/Work/sandbox/tmp/node_modules/.pnpm/@ember+string@4.0.0/node_modules/@ember/string
tmp@0.0.0 (dev)-> @ember-eui/core@8.0.44 -> ember-power-select@7.2.0 -> ember-basic-dropdown@7.3.0 -> ember-style-modifier@3.1.1
sees peerDep @ember/string@3.1.1
at /home/Work/sandbox/tmp/node_modules/.pnpm/@ember+string@3.1.1/node_modules/@ember/string
but tmp@0.0.0 is using @ember/string@4.0.0
at /home/Work/sandbox/tmp/node_modules/.pnpm/@ember+string@4.0.0/node_modules/@ember/string
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels