DavyJonesLocker / ember-one-way-controls

Native one way input

Home Page:http://ember-twiddle.com/2d7246875098d0dbb4a4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught Error: Could not find module ember-metal/streams/utils

lolmaus opened this issue · comments

My Ember 2.11.0 app crashes with this error.

It is caused by the fact that ember-one-way-controls includes the ember-get-helper addon, which is officially "deprecated and support for Ember 2.0 will not be maintained".

ember-get-helper does nothing if being included in an app with ember 2.0 or higher (see https://github.com/jmurphyau/ember-get-helper/blob/master/index.js for how that is done).

The thing we need to do is update ember-her-helper to allow ember-source from NPM. I can update shortly...

I'm having the same error. Since ember-get-helper is not being maintained, hasn't had a commit for over 8 months and still has the PR open that was submitted over a month ago, is it possible to just remove ember-get-helper from ember-one-way-controls? With the version bump to 2.0.0, it seems reasonable to make it compatible only with Ember 2.x.

Right now I'm blocked from using ember-form-for because it depends on this project, which depends on ember-get-helper, which won't work in Ember 2.10.

I'm not getting an error, but an annoying deprecation warning:

DEPRECATION: Overriding init without calling this._super is deprecated. Please call `this._super.init && this._super.init.apply(this, arguments);` addon: `ember-get-helper`
    at Function.Addon.lookup (node_modules/ember-cli/lib/models/addon.js:1006:27)

I'm closing this issue due to the fact that we have deprecated this addon. Check the README for more info.