-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Babel Plugin Error #297
Comments
It seems that this issue only occurs, when addon A depends on addon B, but both list |
I tested this with |
I wonder if this has anything to do with the use of |
I've reopened, but I doubt I'll be able to do much to help fix this or track it down without a reproduction. Gathering the repro may be enough to pin-point the issue also... |
Here is the app I am working on Changing the htmlbars in package.json for the error to occur |
FWIW, this error message is pretty horrible. babel/babel#10419 is trying to make it better / more actionable. |
I can try to follow your comment above to get more insight when I'm back at my computer |
I tried to clone your repo, but get an error (RE: missing |
Ha yes just need to mkdir addon/styles and addon/components. |
#322 will fix (confirmed locally linking in your project) |
I just updated |
Released as v4.0.5, please test and let me know. |
It's working for me. 👍 Thanks a lot for fixing this so swiftly. ⚡️ |
Well this also works for me! Sooooo closing time! |
Thanks for testing y’all, sorry it took so long. |
I have reencountered this error with I temporarily solve this problem by pinning ember-cli-htmlbars to |
Description
When using ember-octane the bump from
github:ember-cli/ember-cli-htmlbars#484f165c78aaed4fa5aa00d675ee7de905a8a47c
togithub:ember-cli/ember-cli-htmlbars#253503f1cda5bce173d65fd7b15de1f447cfa5e7
causes the error below.I have tested all other changes and only this package causes the error
Console Error
It seems this error occurs when using this exact version of ember-cli-htmlbars with ember-engines as
account/
is an in-repo-engine.When I remove all engines from the package.json the build works again.
Log
The text was updated successfully, but these errors were encountered: