From: Elena Vilchik Date: Fri, 14 Jun 2019 14:18:08 +0000 (+0200) Subject: [DOC] Update property for NodeJS for CSS (#1747) X-Git-Tag: 7.8~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f0bd3c0e8efd7192570a126605bf3ea61eff1b84;p=sonarqube.git [DOC] Update property for NodeJS for CSS (#1747) Since sonar-css 1.1 --- diff --git a/server/sonar-docs/src/pages/analysis/languages/css.md b/server/sonar-docs/src/pages/analysis/languages/css.md index 2fe4bc5a5cf..70e310b41ce 100644 --- a/server/sonar-docs/src/pages/analysis/languages/css.md +++ b/server/sonar-docs/src/pages/analysis/languages/css.md @@ -10,7 +10,7 @@ url: /analysis/languages/css/ ## Prerequisites -In order to analyze CSS code, you need to have Node.js >= 6 installed on the machine running the scan. Set property `sonar.css.node` to an absolute path to Node.js executable, if standard `node` is not available. +In order to analyze CSS code, you need to have Node.js >= 6 installed on the machine running the scan. Set property `sonar.nodejs.executable` to an absolute path to Node.js executable, if standard `node` is not available. If you have a community plugin that handles CSS installed on your SonarQube instance it will conflict with SonarCSS, so it should be removed.