diff options
-rw-r--r-- | openecomp-ui/README.md | 6 | ||||
-rw-r--r-- | openecomp-ui/package.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/openecomp-ui/README.md b/openecomp-ui/README.md index a41aa27e37..ff5cd6f99c 100644 --- a/openecomp-ui/README.md +++ b/openecomp-ui/README.md @@ -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` diff --git a/openecomp-ui/package.json b/openecomp-ui/package.json index cc478f0343..4a3226a852 100644 --- a/openecomp-ui/package.json +++ b/openecomp-ui/package.json @@ -111,8 +111,8 @@ "**/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": { |