-
Notifications
You must be signed in to change notification settings - Fork 209
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
Timing problem on document creation #406
Comments
When giving
works fine. Not sure if this is intended. |
…ctly regardless of webpacking or location of the node script. Resolves issue #406
The |
PS, it also fixes the problem with the mathjax root path, so that
should work (no need for full path to the component). |
Fix node-main.js to get require() and correct mathjax path. #406
OK, this is not yet fully fixed. It works for the |
I've made a PR to address the problem. |
Set loader's mathjax path to work in more situations. #406
There is a node issue on initialisation where
CONFIG.require
is not set. Consider the following minimal example (working directory '/tmp').That works fine when executed in node, but not when executed with node as in
node test.js
.The text was updated successfully, but these errors were encountered: