miguelcobain / ember-leaflet

:fire: :leaves: Easy and declarative mapping for ember

Home Page:https://miguelcobain.github.io/ember-leaflet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-babel@7 cannot be used by ember-cli versions older than 2.13, you used 2.6.2

mikeelemuel opened this issue · comments

I was trying to install this addon by running the command ember install ember-leaflet but I received an error called

ember-cli-babel@7 (used by ember-leaflet at /Users/insetPathHere/node_modules/ember-leaflet) cannot be used by ember-cli versions older than 2.13, you used 2.6.2

Ember and babel version that I am using are

"ember-cli": "2.6.2",
"ember-cli-babel": "^5.1.6",

Node version is v8.11.3

You're using a really old version of ember-cli.
Is upgrading your ember and ember-cli versions not possible for you for some reason?

Hi @miguelcobain , thank you for getting back to me. As of now, it is not possible yet. There are some other addons that are associated with the current ember-cli version that I am using.

you can try to use ember-leaflet v3.0.17, which is the most recent version that uses ember-cli-babel 6.x.

Try installing it with ember install ember-leaflet@3.0.17

Let me try it

Didn't receive any error with the version you've suggested. :D 👍