我按照官方聚合物页面上的说明进行操作:
https://www.polymer-project.org/1.0/start/toolbox/set-up
但是当我执行这个命令时:
聚合物init starter-kit
我收到此错误:
错误:[init]模板polymer-init-starter-kit:找不到应用程序 错误:[cli.main] cli运行时异常:错误:模板polymer-init-starter-kit:找不到应用程序 错误:[cli.main]错误:模板polymer-init-starter-kit:找不到应用程序 在对象。 (C:\用户\鲁\应用程序数据\漫游\ NPM \ node_modules \聚合物-CLI \ lib中\ INIT \ init.js:223:19) 在Generator.next() at fulfilled(C:\ Users \ ruben \ AppData \ Roaming \ npm \ node_modules \ polymer-cli \ lib \ init \ init.js:17:58) 在 at process._tickCallback(internal / process / next_tick.js:188:7) 在Function.Module.runMain(module.js:695:11) 在启动时(bootstrap_node.js:191:16) 在bootstrap_node.js:612:3
我的版本聚合物-cli:1.7.2 我的版本节点是:8.11.2 我的版本npm是:5.6.0 我的版本凉亭是:1.8.4
我做错了什么?
非常感谢。
答案 0 :(得分:0)
运行以下命令:
git clone https://github.com/Polymer/polymer-starter-kit.git
cd polymer-starter-kit
git checkout v2.2.0
bower install
问候