You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Bazel is able to download its own dependencies, including JDK & NodeJS, would it be possible to automatically use the Node.JS downloaded by Bazel (when provided through the Node rules) ?
Currently having issues with no node found :
INFO: Sensor SonarTS [typescript]
ERROR: Failed to get Node.js version.No TypeScript files will be analyzed. You can exclude TypeScript files from analysis with 'sonar.exclusions' property.
java.io.IOException: Cannot run program "node": error=2, No such file or directory
The workaround defining sonar.nodejs.executable manually linked to the node install downloaded by Bazel doesn't appear to work either.
The text was updated successfully, but these errors were encountered:
In my own project the NodeJS/TS tools are installed in the build environment, and to be honest my JS colleagues aren't really interested in the SQ side of things, so I haven't looked at it in detail yet.
I might get a chance to look at it, but if you make any progress integrating with rules_nodejs I'd be happy to take a PR!
Since Bazel is able to download its own dependencies, including JDK & NodeJS, would it be possible to automatically use the Node.JS downloaded by Bazel (when provided through the Node rules) ?
Currently having issues with no node found :
The workaround defining
sonar.nodejs.executable
manually linked to the node install downloaded by Bazel doesn't appear to work either.The text was updated successfully, but these errors were encountered: