-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing Polymer fails, cannot find WebComponents #797
Comments
same here @alancutter any work-around? |
Sorry about that. Should be fixed now. @alancutter, can you verify? |
Personally, I now see this error :
followed by several of these :
|
Thanks for looking into this. Unfortunately still not fixed, I see the same error as davidmaxwaterman reports. The first error it hits is this line https://github.com/Polymer/polymer-dev/blob/ff7ece73bd9be46ddbc1b89c8ea45f561cfc211a/src/instance/properties.js#L143. I'm using Chrome 39 beta and at time of writing polymer's master branch is at fdf632f |
My workaround was to use an older commit (see the expected jsfiddle). |
Thanks for sharing your workaround. I found my own which I will also share. I use bower to install polymer, but I wrap the command to filter the noisy output. Unfortunately, bower is now interactive and the filter causes it to simply abort with this error (recorded in case anyone else sees this) :
When I do 'bower install' it prompts me (several times, in my case) and I just need to select one of the non-master options :
Then things start working. |
Fix attempt 2. @alancutter, can you verify? |
yeah, works for me. |
Thanks for your patience and feedback. |
Looks like a recent update to the polymer.html has an error on loading.
Expected: http://jsfiddle.net/nr0vbhy4/2/
Actual: http://jsfiddle.net/nr0vbhy4/1/
The text was updated successfully, but these errors were encountered: