Polymer: unable to initialize project from template

I am trying to learn with my first polymer application and I am stuck.

I started here: https://www.polymer-project.org/1.0/start/toolbox/set-up

I have successfully installed Polymer CLI. Now, when I try to initialize the project from the template, it shows the following log of my 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

And when I checked, my Polymer Application folder was empty. Nothing loaded.

Can anyone help me with this?

PS: my node.js version 6.1.0

+4
source share
1 answer

This seems to be a small bug on Windows, Ubuntu worked for me.

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

+4

All Articles