DockYard / ember-admin

Admin backend for ember-cli projects
MIT License
241 stars 37 forks source link

Cannot find module 'ember-template-compiler.js' in bower_components #83

Open bravo-kernel opened 7 years ago

bravo-kernel commented 7 years ago

I could use some assistance. After installing current ember-admin I get the following error.

Cannot find module '/home/vagrant/projects/alt3-frontend/bower_components/ember/ember-template-compiler.js

My setup:

afbeelding

eprikazc commented 7 years ago

I am having the same issue

fgsants commented 7 years ago

Same here, any clues?

bravo-kernel commented 7 years ago

Not a single one. Unsure why this is not getting any attention. Is this repo still maintained?

masonwan commented 7 years ago

Adding ember-source into devDependencies seems to work for me.

rsullivan00 commented 7 years ago

I had to bower install ember#2.12.1 --save-dev to get past this. It's not ideal to have 2 versions of Ember installed, one in Bower and the other in NPM/Yarn, but this is a workaround.

yortz commented 6 years ago

Seems that this issue is still happening, at least it was happening to me, I fixed it by adding "ember": "~2.18.0" into the dependencies in the bower.json file, it would be nice if anyone could try to understand exactly why this is happening since it looks like last merged PR did not fix it. Thanks