Hi , I am using SonarLint plugin - v1.18.0 for Visual Studio Code - 1.50.1,durning analysis I see below error in SonarLint Console.
[Error - 11:59:54.677] Failure during analysis, Node.js command to start eslint-bridge-bundle was: {NODE_PATH=c:\Program Files\Microsoft VS Code\resources\app\extensions\node_modules} C:\Users\I537607\scoop\apps\nvm\current\nodejs\nodejs\node.exe C:\Users\I537607.sonarlint\work.sonartmp_7074252071116539770\eslint-bridge-bundle\package\bin\server 62041
[Error - 11:59:54.678] java.lang.IllegalStateException: eslint-bridge is unresponsive
Even when I dont see this error in console, I see issue not being reported in SonarLint, but errors are reported in SonarQube. I see below in the logs in this case
[Debug - 11:55:04.425] ‘JavaScript analysis’ skipped because there is no related file in current project
[Debug - 11:55:04.426] Execute Sensor: TypeScript analysis
[Debug - 11:55:04.426] Skipping start of eslint-bridge server due to the failure during first analysis
[Debug - 11:55:04.426] Skipping execution of eslint-based rules due to the problems with eslint-bridge server
[Debug - 11:55:04.426] ‘PL/SQL Sensor’ skipped because there is no related file in current project
[Info - 11:55:04.427] Found 0 issue(s)
Node Version: v12.18.4
Logs attached.SonarLint.log (25.0 KB)
Thanks in advance.