siefkenj / latex-parser

Generate an AST and beautify LaTeX code
MIT License
67 stars 4 forks source link

The project doesn't build #2

Closed ignovak closed 4 years ago

ignovak commented 4 years ago

Following the readme, I've run the commands npm install and npm run playground. The result is

> latex-formatter-playground@0.1.0 build /Users/novakin/workplace/latex-parser/latex-playground
> react-scripts build

Creating an optimized production build...
Failed to compile.

./src/App.js
Cannot find file './parser-utils/latex-parser' in './src'.
siefkenj commented 4 years ago

Try running

npm run build
npm run playground
ignovak commented 4 years ago

Yep, that worked. Maybe worth updating https://github.com/siefkenj/latex-parser/blame/master/README.md#L19-L23 then.

siefkenj commented 4 years ago

Great suggestion! I've updated the readme.