-
Notifications
You must be signed in to change notification settings - Fork 145
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-source/vendor/ember/ember-template-compiler' with Ember 3.13.0-beta.3 #311
Comments
Will be fixed by emberjs/ember.js#18291 |
@josemarluedke was this fixed? |
I'm seeing the same error when trying to get embroider working on an Ember 3.26.1 addon. |
I have the template compiler working in 3.27 |
On recent releases, I have only been able to reproduce this failure in odd situations where ember-source has actually been included twice. For example, it can happen due to package name aliasing: "devDependencies": {
"ember-source": "~3.27.2",
"ember-source-lts": "npm:ember-source@~3.20.0",
} Possibly unusual monorepo setups can also trigger this. |
I'm doing some issue gardening 🌱🌿 🌷 and came upon this issue. Since it's quite old I just wanted to ask if this is still relevant? If it isn't, maybe we can close this issue? By closing some old issues we reduce the list of open issues to a more manageable set. |
Upgrading to Ember 3.13.0-beta.3 fails to build with the following error:
This issue is probably due to this PR: emberjs/ember.js#18208
Stack trace
The text was updated successfully, but these errors were encountered: