You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed it on a blank polymer 3 starter kit.
got following error:
Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry
Is this bc there is a separate @Polymer node_module installed in subfolder?
Description
I've installed it on a blank polymer 3 starter kit.
got following error:
Failed to execute 'define' on 'CustomElementRegistry': this name has already been used with this registry
Is this bc there is a separate @Polymer node_module installed in subfolder?
Steps to reproduce
polymer init --> polymer starter kit 3
npm install @polymer/paper-input --save
import like in the docs..
polymer serve
see error in console:
The text was updated successfully, but these errors were encountered: