Open dh1tw opened 9 years ago
https://github.com/nate-strauser/meteor-x-editable-bootstrap/issues/35......i was using nemo64:bootstrap....when I switched over to twbs:bootstrap, it no longer gave me the error
This is because only twbs:bootstrap
is added as a weak dep in package.js
.
EDIT: I added a weak dep on nemo64:bootstrap
in the latest version, can you see if that fixes it?
Hey,
I created an empty Meteor project (1.1.0.2), and simple added meteor-x-editable-bootstrap.
When I execute Meteor and load the client, I get to following error message in my browser's debug console:
I'm not sure, but might it be possible that x-editable-bootstrap is loaded before jQuery?