Hi,
I'm running Ember 2.9 and attempted to install this and got the following output:
baldr:app-business jamesdixon$ ember install ember-leaflet-tiles-cache
Installed packages for tooling via npm.
installing ember-leaflet-tiles-cache
install bower package Leaflet.TileLayer.PouchDBCached
cached https://github.com/MazeMap/Leaflet.TileLayer.PouchDBCached.git#0.1.0
cached https://github.com/Leaflet/Leaflet.git#0.7.7
cached https://github.com/Leaflet/Leaflet.git#1.0.1
conflict Unable to find suitable version for leaflet
1) leaflet ~0.7.3
2) leaflet ~1.0.1
3) leaflet >= 1.0.0
? Answer 2
The issue is that none of the bower components are installed. I was able to work around it by installing the bower components manually.
Thanks!
Hi,
I'm running Ember 2.9 and attempted to install this and got the following output:
The issue is that none of the bower components are installed. I was able to work around it by installing the bower components manually.
Thanks!