2016-05-24 36 views
4

我試圖學習與我的第一個聚合物應用程序,我卡住了。聚合物:無法從模板初始化項目

我從這裏開始: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 

當我檢查,我的高分子app文件夾是空的。沒有下載。

任何人都可以幫助我嗎?

PS:我node.js的版本是6.1.0

回答

4

這似乎是Windows上的小錯誤,Ubuntu的爲我工作。

This問題表明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

+0

好的埃裏克。謝謝。投票有用。 –

+0

@ChintanSoni如果它回答你的問題,請接受答案:-) – jdebon