聚合物:无法从模板初始化项目

我正在尝试使用我的第一个聚合物应用程序进行学习,然后卡住

我从这里开始: https : //www.polymer-project.org/1.0/start/toolbox/set-up

我成功安装了聚合物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 

当我检查时,我的聚合物应用文件夹是空的。 没有下载。

任何人都可以帮助我吗?

PS:我的node.js版本是6.1.0

这似乎是Windows上的一个小bug,Ubuntu为我工作。

这个问题表明,一个Node.js更新到6.2将解决这个问题。

如果不是:

要启动应用程序抽屉模板或商店应用程序,您也可以简单地将它们从GitHub中克隆

 git clone https://github.com/Polymer/app-drawer-template.git 

要么

 git clone https://github.com/Polymer/shop.git 

之后,在下载的目录中bower install ,并运行polymer serve的应用程序