Adjust onboarding UI min node npm version 99/128399/2
authorandre.schmid <andre.schmid@est.tech>
Fri, 8 Apr 2022 15:10:32 +0000 (16:10 +0100)
committerMichael Morris <michael.morris@est.tech>
Wed, 13 Apr 2022 08:52:38 +0000 (08:52 +0000)
Change-Id: I778fd78aa7d9ad3f5ddc302c2d56ebdc9f75eade
Issue-ID: SDC-3960
Signed-off-by: andre.schmid <andre.schmid@est.tech>
openecomp-ui/README.md
openecomp-ui/package.json

index a41aa27..ff5cd6f 100644 (file)
@@ -4,13 +4,13 @@
 
 ###Install `npm`
 
-Install npm v6.
+Install npm v8.6.0.
 
 ###Install `Node.js`
 
-Install node v10.17.0 (as in the pom.xml <nodeVersion>v10.17.0</nodeVersion>).
+Install node v14.17.1 (as in the pom.xml <nodeVersion>v14.17.1</nodeVersion>).
 
-* To manage different versions of node, is recommended to install "n" (https://github.com/tj/n).
+* To manage different versions of node, it is recommended to install "n" (https://github.com/tj/n).
 
 ### Install `gulp`
 
index cc478f0..4a3226a 100644 (file)
         "**/sockjs-client": "1.5.2"
     },
     "engines": {
-        "node": ">=8.0.0",
-        "npm": ">=5.0.0",
+        "node": ">=14.17.1",
+        "npm": ">=8.6.0",
         "yarn": "^1.7.0"
     },
     "jest": {