Closed ajaysharma2007 closed 9 years ago
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.
Thanks Ajay
You do NOT need to add ecwyne:polymer
ecwyne:polymer
the ecwyne:polymer-elements automatically adds the polymer base for you.
ecwyne:polymer-elements
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.
Thanks Ajay