Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

ember 2.8 crashes at startup: Uncaught Error: Could not find module ember-htmlbars/keywords/view #9

Open
nruth opened this issue Oct 24, 2016 · 2 comments

Comments

@nruth
Copy link

nruth commented Oct 24, 2016

Uncaught Error: Could not find module ember-htmlbars/keywords/view

Some view related things were removed in 2.6 and 2.8.

https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md
emberjs/ember.js#13757
emberjs/ember.js#13773
emberjs/ember.js#13315

https://github.com/pierrickrouxel/ember-strap/blob/master/addon/ember-internals.js says
// This gives us a non-deprecated view keyword
which sounds like it silenced the deprecation warning instead of fixing it?

@nruth
Copy link
Author

nruth commented Oct 24, 2016

I think you may be able to replace {{es-view in templates/components/question-display.hbs with

{{component innerComponent hide="hide"}}

and remove the initializer code that loads up the deprecated es-view.

nruth added a commit to nruth/ember-strap that referenced this issue Oct 24, 2016
and stop loading deprecated es-view
pierrickrouxel#9
@keanedawg
Copy link

I'm still experiencing this issue in 2.14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants