Bower Install Fails
Closed this issue · 3 comments
lukasmartinelli commented
I am trying to build it locally but the bower install
fails.
bower ECONFLICT Unable to find suitable version for polymer
edfungus commented
Hmm, I just ran it today and opted for polymer#^1.6.0 during the conflict. Maybe trying pulling master again and running grunt
?
mosheshp2 commented
see here: #28
try add to the bower.json the "resolutions": {
"polymer": "^1.1.0'
}
XayOn commented
I can confirm that works correctly.