
I installed sonarqube inside a virtual machine on my system. And has access to it from anywhere in my local network.
I am trying to parse the java-script files of my responder project, which is inside the application folder, as shown in the screenshot above.
so I installed the sonar-project.properties file inside the base directory of the jet project (as shown in the screenshot above) in accordance with the sonarqube official document in the link below.
https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
and from the base directory I'm trying to click a file using the sonar-scanner command (I do this from outside the virtual machine from my os system).
and it shows that the sonar scanner command was not found (as in the screenshot).

-? - , sonar-project.properties, ?, - , -.
// LCOV
sonar.javascript.lcov.reportPath=report/lcov.dat
?