You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenever I install bower through my CLI using: "bower install polymer" I get this file structure: http://imgur.com/a/1Tt4K
In the IRC Channel I was told, to use the following command, to get a bunch of separated files, which I currently don't have: "bower/bin/bower install --save Polymer/polymer"
But this command doesn't work on my CLI, but it shouldn't matter because it references the same repository (Polymer/polymer).
I want to get a lot of separated files, like the ones in the tutorial. Thank you very much.
Here is my data:
Win7 / Wamp Server
Bower 1.3.9
npm 1.4.23
The text was updated successfully, but these errors were encountered:
Problem was, that I just thought using "bower install polymer" would close the deal.
But to actually load the core or paper-elements you have to:
"bower install --save Polymer/paper-elements"
"bower install --save Polymer/core-elements"
Hi there,
whenever I install bower through my CLI using: "bower install polymer" I get this file structure:
http://imgur.com/a/1Tt4K
In the IRC Channel I was told, to use the following command, to get a bunch of separated files, which I currently don't have: "bower/bin/bower install --save Polymer/polymer"
But this command doesn't work on my CLI, but it shouldn't matter because it references the same repository (Polymer/polymer).
I want to get a lot of separated files, like the ones in the tutorial. Thank you very much.
Here is my data:
Win7 / Wamp Server
Bower 1.3.9
npm 1.4.23
The text was updated successfully, but these errors were encountered: