Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我运行polymer init它只能选择聚合物 2.0 的模板。
polymer init
是否也可以选择聚合物 1.0 的模板?如果可能,我该怎么做?
你polymer-cli的太新了。首先将其降级到支持 Polymer 1.0 模板的最后一个版本,即1.1.0.
polymer-cli
1.1.0
npm install -g polymer-cli@1.1.0
然后再次尝试运行 CLI,您应该会看到聚合物 1.0 模板。