In the client folder, the yarn gitlab:run does not run anymore, returning the following error in the src/preview/util/gitlabDriver.js:
import config from '../../../config/gitlab.json' assert { type: 'json' };
^^^^^^
SyntaxError: Unexpected identifier 'assert'
at compileSourceTextModule (node:internal/modules/esm/utils:337:16)
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:164:18)
at callTranslator (node:internal/modules/esm/loader:439:14)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:445:30)
at async ModuleJob._link (node:internal/modules/esm/module_job:106:19)
The commit is bfa34e072e4fbd842c4c08dc0926966afc0e9597.
In the client folder, the
yarn gitlab:run
does not run anymore, returning the following error in the src/preview/util/gitlabDriver.js:The commit is bfa34e072e4fbd842c4c08dc0926966afc0e9597.