我正在尝试使用我的第一个聚合物应用程序,我被卡住了。
我从这里开始:https://www.polymer-project.org/1.0/start/toolbox/set-up
我成功安装了Polymer CLI。 现在,当我尝试从模板初始化项目时,它会在我的cmd中显示以下日志:
C:\Users\chint\Desktop\polymer-app>polymer init app-drawer-template
info: Running template app-drawer-template
info: Downloading latest release of Polymer/app-drawer-template
info: Unpacking template files
info: Finished writing template files
I'm all done. Running bower install for you to install the required dependencies. If this fails, try running the command yourself.
bower ENOENT No bower.json present
当我检查时,我的polymer-app文件夹是空的。什么都没有下载。
有人可以帮我吗?
PS:我的node.js版本是6.1.0
答案 0 :(得分:4)
这似乎是Windows上的一个小错误,Ubuntu为我工作。
This问题表明Node.js更新到6.2会解决问题。
如果没有:
要启动app-drawer-template或商店应用,您还可以使用
从GitHub中简单地克隆它们git clone https://github.com/Polymer/app-drawer-template.git
或
git clone https://github.com/Polymer/shop.git
之后在下载的目录中执行bower install
并使用polymer serve
运行应用