ember-table
ember-table copied to clipboard
Unable to use the addon with current version of ember and embroider
Using ember-cli 5.5, and creating a new project with the following flags:
ember new --typescript --embroider test-ember-table
Gives this error while building the app:
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.
👆 👆 👆
[email protected] (dev)-> [email protected] -> [email protected] -> [email protected]
sees peerDep @ember/[email protected]
at /sandbox/test-ember-table/node_modules/ember-classy-page-object/node_modules/@ember/test-helpers
but [email protected] is using @ember/[email protected]
at /sandbox/test-ember-table/node_modules/@ember/test-helpers
it's probably some kind of wrong dependency that can easily be fixed but I'm not technical enough to understand if/how