简体   繁体   中英

Ember Engine Uncaught Error: Could not find module ember-views/views/select

Created new app with

ember new app-name

version: 1.13.13

node: 5.5.0

npm: 2.14.10

os: linux x64

After running

"ember s"

App works proper in browser

As per guide at https://github.com/dgeb/ember-engines for running ember engine ran below command

ember install ember-engines

rm -rf bower_components

bower install --save ember#canary #Choosed ember#canary from prompt

bower install

And now when i do "ember s" app gets compile properly in CLI but app gets crash in browser and i see nothing in browser.

In console i see below error message

Uncaught Error: Could not find module ember-views/views/select

Tried debugging it, Could not find solution. Is i am missing somthig basic here ?

Note :: I am new to ember. I think this would be small one but could not find solution on web as well.

Sorry about that! There were a few commits/fixes on master that hadn't been released yet.

I just released v0.2.1 which should clear this up for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM