Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript errors running in vagrant-spk dev #47

Closed
timbertson opened this issue Apr 28, 2016 · 3 comments
Closed

Javascript errors running in vagrant-spk dev #47

timbertson opened this issue Apr 28, 2016 · 3 comments

Comments

@timbertson
Copy link
Contributor

Aside from a few teething problems setting up the development environment (#46), I'm getting console errors now that the davros UI is running:

screenshot from 2016-04-28 21-24-14

(the UI itself is just a blank screen)

Any ideas?

@timbertson
Copy link
Contributor Author

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.

@mnutt
Copy link
Owner

mnutt commented Apr 28, 2016

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)

@timbertson
Copy link
Contributor Author

Great, thanks - it's all working locally for me now :)

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

No branches or pull requests

2 participants