I am trying learn with my first polymer app and I am stuck.
I started from here: https://www.polymer-project.org/1.0/start/toolbox/set-up
I installed the Polymer CLI successfully. Now, When I am trying to initialize project from a template, it shows following log in 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-app folder was empty. Nothing got dowloaded.
Can anyone please help me with it ?
PS: my node.js version is 6.1.0