ecwyne / meteor-polymer

Meteor smart package for Google's opinionated web component framework 'Polymer'

Home Page:https://atmospherejs.com/ecwyne/polymer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console error after running meteor add ecwyne:polymer and meteor add ecwyne:polymer-elements

ajaysharma2007 opened this issue · comments

Hi,
After running the following commands on the meteor app console error is showing up:
Commands(ran in same order):
meteor add ecwyne:polymer
meteor add ecwyne:polymer-elements

Error:
Uncaught TypeError: Cannot read property 'resolveDom' of undefined
Error file location: http://localhost:3000/bower_components/polymer/src/declaration/path.js

Meteor Version:
Meteor 1.0.3.2

None of the meteor app files has been modified.
screen shot 2015-03-16 at 11 22 22 pm

Thanks
Ajay

You do NOT need to add ecwyne:polymer

the ecwyne:polymer-elements automatically adds the polymer base for you.