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
I worked around the jquery issue by pinning jquery to 1.11.3 (a better solution would be upgrading ember, since this is fixed in emberjs/ember.js#12793 - but that sounds like more work ;))
Now I'm getting:
vendor.js:180 Uncaught Error: Could not find module `ember/load-initializers` imported from `davros/app`
ember-load-initializers version 0.1.7 was installed by bower and resides in bower_components. The module definition doesn't appear in assets/vendor.js after an ember build though.
It looks like some dependencies I didn't have pinned ended up being upgraded and breaking things. I went ahead and upgraded the app to ember 2.5, hopefully it should fix the errors you're seeing. (you may need to remove bower_components/* and node_modules/* and then npm install and bower install)
Aside from a few teething problems setting up the development environment (#46), I'm getting console errors now that the davros UI is running:
(the UI itself is just a blank screen)
Any ideas?
The text was updated successfully, but these errors were encountered: