在运行 dotnet sonarscanner 实用程序将数据发送到我们的 sonarqube 实例时,我遇到了一个非致命异常。
在“dotnet sonarscanner end”命令期间,抛出“分析失败,启动 eslint-bridge 的 Node.js 命令为:/usr/bin/node /builds/app-namespace/app-name/.sonarqube/out /.sonar/.sonartmp/eslint-bridge-bundle/node_modules/eslint-bridge/bin/server 44002 java.lang.IllegalStateException:无法启动服务器(10秒超时)“
我目前在带有节点的高山 docker 容器中运行该命令:v10.14.2 dotnetcore: 2.2.3
node 和 npm 命令可从路径获得,我还在 sonarqube xml 配置中指定了 sonar.nodejs.executable。
此外,用于与 dotnet 项目相关的节点包是什么?
内容仍在部署到我们的 sonarqube 实例,但我想了解异常的原因。