Unexpected token error on Pavlovia

I am trying to push some experiments to Pavlovia, but nothing seems to work. So I have just started from scratch: upload it to Pavlovia from the beginning and I am evaluating the online experiment as I build. Well… that ended soon… Pavlovia presents a series of syntax errors on code components, but none of them appear on Builder. I have double checked. Code componentes are simple.
Error says:

'Line 1: Unexpected token' in the 'Before JS Experiment' tab

Besides that, there is error with a simple keyboard component:

ERROR     Line 99: Unexpected token in Pavlovia.js

The line in question is:

InstrucResp = new core.Keyboard({psychoJS: psychoJS, clock: new util.Clock(), waitForStart: true});

I have made the project public so everyone can check it at gitlab.pavlovia (at /felipeviegas/teste-pavlovia):

Obviously there is nothing going on in this project, but since I have been failing on making any project online, I have halted as soon as anything stopped working. Basically, the second screen of the experiment.

This is not my first time using Psychopy, but first time trying to do Pavlovia. This should be a more complex version of a Stroop Test.

Any help will be grateful!
Thanks.

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2020.2.5
**Standard Standalone? yes