aosapps / drone-sonar-plugin

The plugin of Drone CI to integrate with SonarQube (previously called Sonar), which is an open source code quality management platform.
MIT License
30 stars 51 forks source link

Unable to analyze NodeJS Project #4

Closed NickCarton closed 5 years ago

NickCarton commented 5 years ago

When running drone-sonar-plugin against my nodejs project, I get the following error.

ERROR: Failed to get Node.js version. No CSS files will be analyzed.
--
java.io.IOException: Cannot run program "node": error=2, No such file or directory

Is there someway to account for this?

NickCarton commented 5 years ago

Just found out that we need to specify aosapps/drone-sonar-plugin:1.0 latest tag on docker hub has not been updated for 1.0

roganw commented 5 years ago

Just found out that we need to specify aosapps/drone-sonar-plugin:1.0 latest tag on docker hub has not been updated for 1.0

The tag has been updated.