diff options
-rw-r--r-- | server/sonar-docs/src/pages/analysis/languages/css.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |