Skip to content
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

[question] Polymer 1.0 #24

Open
juliancwirko opened this issue Jun 2, 2015 · 4 comments
Open

[question] Polymer 1.0 #24

juliancwirko opened this issue Jun 2, 2015 · 4 comments

Comments

@juliancwirko
Copy link

Hi are there any plans for updating the demo to Polymer 1.0?
Thanks.

@daveeel
Copy link

daveeel commented Jun 11, 2015

  1. git clone https://github.com/Differential/polymer-demo.git
  2. cd polymer-demo/
  3. meteor
    (Shall show some update hints, may see token error in console)
  4. meteor update
  5. meteor
    (Some token error in console)
  6. bower install --save Polymer/polymer#^1.0.0
  7. sudo npm install -g bower
    (Install bower if you don't have it)
  8. bower install --save Polymer/polymer#^1.0.0
    (Try again. Answer questions and choose latest versions)
  9. meteor
    (Still error because of outdated polymer JS)
  10. bower update
  11. meteor
    (Demo good to go this time)
    (If still error, clear browser cache and load app again)

@jmetz
Copy link

jmetz commented Sep 19, 2015

@daveeel Followed your steps, but get

    Error: EEXIST, mkdir '....polymer-demo/.meteor/local/.build342052.build/programs/.build402723.server/app/node_modules/bower/node_modules/inquirer/node_modules/cli-color/node_modules/memoizee/node_modules/es6-weak-map/node_modules/es6-iterator/test/'
  • any ideas?

@daveeel
Copy link

daveeel commented Sep 21, 2015

I've given up polymer for some time because of it's incompatibility with other UI frameworks. (my use case)
If you still want to use polymer, it's better to make use of the atmosphere packages: https://atmospherejs.com/?q=polymer

Obviously the author of this demo won't bother answer questions here because the polymer version used is so old.

@jmetz
Copy link

jmetz commented Sep 21, 2015

Thanks for your reply @daveeel - I've moved to meteor-elements which seems to be working well so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants