Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bravo-kernel opened this issue Apr 13, 2017 · 6 comments
Open

Comments

@bravo-kernel
Copy link

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:

  • ember-cli: 2.12.1
  • node: 7.7.3

afbeelding

@eprikazc
Copy link

I am having the same issue

@fgsants
Copy link

fgsants commented May 11, 2017

Same here, any clues?

@bravo-kernel
Copy link
Author

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

@masonwan
Copy link

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

@rsullivan00
Copy link

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.

roschaefer pushed a commit to roschaefer/rundfunk-mitbestimmen that referenced this issue Feb 24, 2018
`cannot find module ember-template-compiler`, see:
DockYard/ember-admin#83
roschaefer pushed a commit to roschaefer/rundfunk-mitbestimmen that referenced this issue Feb 24, 2018
`cannot find module ember-template-compiler`, see:
DockYard/ember-admin#83

and especially:
mharris717/ember-cli-pagination#240
roschaefer pushed a commit to roschaefer/rundfunk-mitbestimmen that referenced this issue Feb 24, 2018
`cannot find module ember-template-compiler`, see:
DockYard/ember-admin#83

and especially:
mharris717/ember-cli-pagination#240
roschaefer pushed a commit to roschaefer/rundfunk-mitbestimmen that referenced this issue Feb 24, 2018
`cannot find module ember-template-compiler`, see:
DockYard/ember-admin#83

and especially:
mharris717/ember-cli-pagination#240
@yortz
Copy link

yortz commented Oct 9, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants