DoubleTrade / lit-datatable

lit-datatable is a material design implementation of a data table, powered by lit-element.
Apache License 2.0
57 stars 12 forks source link

Pinned dependencies causes duplicate modules #18

Closed tpluscode closed 4 years ago

tpluscode commented 4 years ago

This error is thrown when I import lit-datatable-column

Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "dom-module" has already been used with this registry

This is because the package depends on a specific (3.2.0) version of polymer but other packages install newer versions and this results in multiple copies of Polymer in node_modules

tpluscode commented 4 years ago

Same goes for lit-html actually

RoXuS commented 4 years ago

Hey, can you try on master now?

RoXuS commented 4 years ago

do you still have this issue?

tpluscode commented 4 years ago

Hey, sorry, I eventually ended up using a different element 😬 .

RoXuS commented 4 years ago

Np :D