Closed ultraGentle closed 3 years ago
At present it's not possible to run outside of the browser. :-( But we're working on removing certain JQuery patches that should make it easier to do. You may however need to use ES6-style imports.
Okay, thanks for the response.
I'm attempting to run music21j in node js ( repo link , npm link ).
I get
ReferenceError: self is not defined
When trying to simply initialize music21j:
Does this mean it's not possible to run outside of the browser, or am I somehow initializing to the wrong environment?
The github documentation states
, hence my confusion.