-
Notifications
You must be signed in to change notification settings - Fork 43
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
Many demos fail to run on Node version 21 with "Function.prototype.apply was called on undefined" errors #59
Comments
Seems like this is maybe an issue with Node v21, itself. See: |
As you have determined, the issue is with the /opt/homebrew/opt/node@21/bin/node tex2svg --dist 'y = mx + b' that should work for you. |
PS, version 4 (now out in beta) does not have any dependency on |
Thanks for the response! Yes, |
And thank you for MathJax! It is pretty great. ;-) |
Glad that worked, and thanks for the kind words! |
Quick followup here. Node
Gonna close this, since it is no longer an issue. Thanks for the help! |
Thanks for the additional information. I ran into it in another situation myself, so glad to see that 21.7.0 resolves that. |
I am trying to use
component/tex2svg
and it fails with this error using Nodev21.6.2
. However it works with Nodev20.11.1
. I am on a macOS Sonoma 14.3 with both version ofnode
installed via Homebrew. Also note that the demos indirect/
work on Nodev21.6.2
, but the ones incomponent/
andsimple/
do not.Here's the truncated error:
The full error is big, so I put it in a Gist: https://gist.github.com/ddribin/8d1bf990f8edd87cdb14cf705b03b020
The text was updated successfully, but these errors were encountered: