]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12294 update docs for NodeJS min requirement of 8
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>
Wed, 17 Jul 2019 18:15:09 +0000 (20:15 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 17 Oct 2019 13:24:48 +0000 (15:24 +0200)
server/sonar-docs/src/pages/analysis/languages/css.md
server/sonar-docs/src/pages/analysis/languages/javascript.md
server/sonar-docs/src/pages/analysis/languages/typescript.md

index aaafe4d3b001e8b9b9db199463ed27b3b7926c12..377afaef2f29129b27029ed668663cc986255710 100644 (file)
@@ -9,7 +9,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.nodejs.executable` 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 >= 8 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.
 
index 25b45e750bdc139e57d9a485110c1820b1eb1e89..9171cee8b146fbd98bcc2bf9bd1180018882045a 100644 (file)
@@ -10,7 +10,7 @@ url: /analysis/languages/javascript/
 
 ## Prerequisites
 
-In order to analyze JavaScript 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.
+In order to analyze JavaScript code, you need to have Node.js >= 8 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.
  
 ## Language-Specific Properties
 
index 5d1a1a9e2a57fef4e7f5d8a77fc87d386ee51513..c1d6130cd16c35ee645b38fac13e36046d1abba4 100644 (file)
@@ -10,7 +10,7 @@ url: /analysis/languages/typescript/
 
 ## Prerequisites
 
-In order to analyze TypeScript code, you need to have Node.js >= 6 installed on the machine running the scan. Set property `sonar.typescript.node` to an absolute path to Node.js executable, if standard `node` is not available.
+In order to analyze TypeScript code, you need to have Node.js >= 8 installed on the machine running the scan. Set property `sonar.typescript.node` to an absolute path to Node.js executable, if standard `node` is not available.
 
 Also make sure to have [TypeScript](https://www.npmjs.com/package/typescript) as a project dependency or dev dependency. If it's not the case, add it:
 ```