Open seuliang opened 5 years ago
I am sorry to respond to your issue.
I think the cause of the compilation failure is not buffer.
Please check if texlive.js
is pulled as submodule.
Today, I pushed some commits in the master branch which shift submodule to node_modules and fix new buffer. You can check it. (need yarn install
)
Thanks, I will try it
I follow the website blow and change new buffer() to Buffer.from() but can't run this project. https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
The error is Parser “babylon” deprecated error. I follow the solution from https://stackoverflow.com/questions/54306758/parser-babylon-deprecated-error-webpack-build?answertab=votes#tab-top
Then the problem is warning
The result is latex can't be compiled. How can i fix this?