You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of version 1.0.39, there appears to be a cross-dependency issue with the ./server and ./parser code which prevents them from compiling out-of-the-box. Below is an example of the errors I received when I cloned the repository, ran npm install then npm run compile without making any other changes.
I plan on providing a pull request with a fix for these dependency issues.
As of version 1.0.39, there appears to be a cross-dependency issue with the ./server and ./parser code which prevents them from compiling out-of-the-box. Below is an example of the errors I received when I cloned the repository, ran
npm install
thennpm run compile
without making any other changes.I plan on providing a pull request with a fix for these dependency issues.
The text was updated successfully, but these errors were encountered: