Despite in your repo there is a right package.json with proper version of Babel, as follows `"ember-cli-babel": "^6.6.0",` During installation with npm stills gets the old version, with the old dependency: `"ember-cli-babel": "^5.1.5",`
Despite in your repo there is a right package.json with proper version of Babel, as follows
"ember-cli-babel": "^6.6.0",During installation with npm stills gets the old version, with the old dependency:
"ember-cli-babel": "^5.1.5",