The relevant error is:
Uncaught Error: Mismatched anonymous define() module: function (CodeMirror)
{...
See http://requirejs.org/docs/errors.html#mismatch
This is probably because CodeMirror insists on defining an anonymous module
in the presence of requirejs, you might get away with just deleting the
else if (typeof define == "function" && define.amd) // AMD
return define([], mod);
TL;DR: JS does not have some feature (in this case: modules) so there are 5
different and mutually incompatible ways to do it. All of them broken in
funny ways...
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.