-
Notifications
You must be signed in to change notification settings - Fork 207
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
How do I build this project myself #1112
Comments
Did you npm run compile first? If so, then what error message are you getting, or what is going wrong when you try to make the components? You don't give enough information to begin to diagnose you situation. |
I had run "npm run compile" first,my step is:
my error is:
|
I'm curious about why you are rebuilding the MathJax files; are you modifying the MathJax source code? If not, then I see that you are running in a Windows shell. The build tools were designed for unix, and we haven't done any testing on Windows, so yeah, things go wrong there. I've managed to get it to work on Windows by making the following changes:
That should allow you to perform the |
Thank you very much for your patience. It works fine now. |
I want to build this project on my computer, I installed all the dependencies, tried to run “npm run make-components”, but there is no way to build it correctly.
The text was updated successfully, but these errors were encountered: