1

我正在遵循本指南: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 位)

4

1 回答 1

0

使用 .检查您的 Polymer CLI 版本polymer --version。如果不是 1.7 再试npm install -g polymer-cli@next一次。然后尝试polymer serve

于 2018-05-08T14:25:36.553 回答