-
-
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
DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super.init && this._super.init.apply(this, arguments);
addon: ember-cli-htmlbars
#77
Comments
We properly call What does |
├─┬ ember-chosen@0.0.23
│ └── ember-cli-htmlbars@0.7.9
├── ember-cli-htmlbars@1.0.8
├─┬ ember-cli-jquery-ui@0.0.20
│ └── ember-cli-htmlbars@0.7.6 and then another project of mine using 1.0.3 |
Thank you! It is as I suspected, you will need to get I'm going to close this issue now, but I'm happy to reopen if there is something I am missing. |
Great, thanks for the debugging assistance. |
DEPRECATION: Overriding init without calling this._super is deprecated. Please call Missing npm packages:
Run And when I run: npm ls ember-cli-htmlbars @rwjblue I've npm installed; however, it's saying that ember-cli isn't installed. |
Found your solution here: shipshapecode/ember-cli-release#46 Thanks! |
I am still seeing this issue. Versions:
Any ideas? |
Thanks for responding @kellyselden . But I don't see how it's fixed? :-( This happened when I added the very latest version of ember-cli-spinner ... So I'm not sure how to fix this? I can't update ember-cli-spinner because it's already the latest version. Do I file an issue with the maintainer of ember-cli-spinner? Thanks again! |
So I guess it's ember-cli-spinner that needs to update its version of ember-cli-htmlbars? Thanks. |
Yes. It must be updated in all addons using it. |
Thanks @kellyselden . See attached ember-cli-spinner issue. I'll update when I hear more from them. |
This is using Ember 2.4.3 and ember-cli-htmlbars 1.0.8
The text was updated successfully, but these errors were encountered: