CrowdStrike / ember-headless-table

https://ember-headless-table.pages.dev
MIT License
23 stars 7 forks source link

Unable to install on new app #235

Closed chsanch closed 1 year ago

chsanch commented 1 year ago

On a fresh new app (Ember 5.3.0) (node version v18.17.1), when adding ember-headless-table this is error is displayed:

 pnpm add ember-headless-table
 WARN  15 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-private-methods@7.18.6, @babel/plugin-proposal-private-property-in-object@7.21.11, @babel/polyfill@7.12.1, acorn-dynamic-import@3.0.0, consolidate@0.16.0, core-js@2.6.12, resolve-url@0.2.1, sane@4.1.0, source-map-resolve@0.5.3, source-map-url@0.3.0, source-map-url@0.4.1, sourcemap-codec@1.4.8, urix@0.1.0, w3c-hr-time@1.0.2
Already up to date
Progress: resolved 1502, reused 1501, downloaded 0, added 0, done
 WARN  Issues with peer dependencies found
.
└─┬ ember-headless-table 2.1.3
  └── ✕ unmet peer @ember/test-helpers@^2.6.0: found 3.2.0

Done in 3.4s
NullVoxPopuli commented 1 year ago

This should hopefully fix: https://github.com/CrowdStrike/ember-headless-table/pull/236

ynotdraw commented 1 year ago

Hi @chsanch - there's a PR at https://github.com/CrowdStrike/ember-headless-table/pull/240 to release @NullVoxPopuli 's changes; however, we need another approval. It will likely merge tomorrow AM. Thanks for reporting!