You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2024. It is now read-only.
Getting a deprecation warning with ember-cli 2.12.0 because of ember-cli-htmlbars.
DEPRECATION: Overriding init without calling this._super is deprecated. Please callthis._super.init && this._super.init.apply(this, arguments);addon:ember-cli-htmlbarsat Function.Addon.lookup (/home/vagrant/sourcecode/sportsline-ui/ember-app/node_modules/ember-cli/lib/models/addon.js:1616:27)This is due to ember-cli-bless requiring an older version of htmlbars that uses deprecated init methods.
├─┬ ember-cli-bless@0.1.1 │ └── ember-cli-htmlbars@0.7.10