我正在遵循本指南:https://github.com/PolymerLabs/start-polymer3。我正在使用Chrome,当我尝试打开页面时,它会给出我在此问题标题中写的错误。
Chrome调试控制台显示
Uncaught DOMException: Failed to execute 'define'
on 'CustomElementRegistry': this name has already been used with this registry
at http://127.0.0.1:8081/components/@polymer/paper-checkbox/node_modules/
@polymer/polymer/lib/elements/dom-module.js:134:16
如果重要,这是我的Chrome版
版本65.0.3325.181(官方构建)(32位)
答案 0 :(得分:0)
使用polymer --version
检查Polymer CLI版本。如果不是1.7,请再次尝试npm install -g polymer-cli@next
。然后尝试polymer serve
。