Issue running SonarQube in Build agent - DevOps Pipeline

Hey there.

2021-08-27T14:59:04.2887762Z ##[error]ERROR: C:\a\1\.sonarqube\out\.sonar\.sonartmp\eslint-bridge-bundle\package\node_modules\eslint\lib\cli-engine\cli-engine.js:421
2021-08-27T14:59:04.2890182Z ERROR: C:\a\1\.sonarqube\out\.sonar\.sonartmp\eslint-bridge-bundle\package\node_modules\eslint\lib\cli-engine\cli-engine.js:421
2021-08-27T14:59:04.2895181Z ##[error]ERROR:     } catch {
ERROR:             ^
ERROR: 
ERROR: SyntaxError: Unexpected token {
ERROR:     at new Script (vm.js:51:7)
ERROR:     at createScript (vm.js:136:10)
ERROR:     at Object.runInThisContext (vm.js:197:10)
ERROR:     at Module._compile (module.js:613:28)
ERROR:     at Object.Module._extensions..js (module.js:660:10)
ERROR:     at Module.load (module.js:561:32)
ERROR:     at tryModuleLoad (module.js:501:12)
ERROR:     at Function.Module._load (module.js:493:3)
ERROR:     at Module.require (module.js:593:17)
ERROR:     at require (internal/module.js:11:18)

This error tells me the version of NodeJS is not a good one for analyzing Javascript. Supported versions are current LTS versions (v10, v12, v14) and version v15.

What version of NodeJS is installed on these build agents?

This smells like an IIS configuration issue. Take a look here: Solution for “Request Entity Too Large” error