Fran Sánchez

Results 3 comments of Fran Sánchez

While this gets properly fixed feel free to use this workaround, in the file `src/styles.css` add this: ``` body, .ace_editor, .form-control, .btn { font-size: 18px !important; } ``` You can...

Same issue. I installed nvm and then node 8.16.1 and it can build.

I'm not sure if this is still relevant after https://github.com/ThrowTheSwitch/Ceedling/pull/497, I have managed to get it working by setting this in my `project.yml`: ``` :project: :use_test_preprocessor: TRUE :use_preprocessor_directives: TRUE :unity:...