12-Amethyst
December 16, 2020
Solved
Visual SDK - Getting Started Tutorial
- December 16, 2020
- 1 reply
- 2346 views
Hi, I'm new to Polymer and I'm trying to create my first widget using the Visual SDK.
When I try to launch polymer from the simple-el folder, it doesn't give me the correct output on the browser (Chrome) (attached page1.PNG).
Opening the inspector, the console shows this error:
Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "dom-module" has already been used with this registry
at http://127.0.0.1:8081/components/@polymer/polymer/lib/elements/dom-module.js:176:16
I think it is a problem due to a library conflict on npm (d3-array), but I'm not sure about it.
There's anyone who has already faced this issue?
