Is Sonarqube server 6.7.3 supporting NPM / Angular / Jenkins

Well I have solved it with a sonar-project.properties file. So that’s ok for now. Lets forget about the jenkins pipeline config for now. I am happy if I have a happy flow. But that doesnot work yet.

Next question this error in Jenkins.

INFO: Sensor PythonXUnitSensor [python] (done) | time=142ms
INFO: Sensor SonarCSS Metrics [cssfamily]
INFO: Sensor SonarCSS Metrics [cssfamily] (done) | time=903ms
INFO: Sensor SonarCSS Rules [cssfamily]
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
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)

Where I must run “node” I tried an install on the Linux sonar server with on bashrc file of the user which runs the server a path to the nodejs location. I tried to restart the server, created a dozen or more configs but it does not work. In Jenkins nodejs is installed in the serverconfig.

The only thing the documentation is telling that I need to install node but HOW ???
Where is the documentation ??

Thanks
Ben