I just want to use this very short post to tell other developers how I installed Polymer 1.0 and above with Meteor.
The reason for this post is because I wanted to install Polymer from: atmospherejs.com but I keept getting this error: "polymer: Unable to find suitable version for polymer".
- Inside the root folder of your meteor app create the meteor recomaded folder structure: /both, /client, /server, /public.
- Inside /public folder follow the instruction to install. Polymer that can be found on the official web site.
- Tip: use Bower.
And that's all folks :)