From 2cebeb91247c9c1a1fcd45a1bfec56e632d04501 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 8 Apr 2022 16:10:32 +0100 Subject: Adjust onboarding UI min node npm version Change-Id: I778fd78aa7d9ad3f5ddc302c2d56ebdc9f75eade Issue-ID: SDC-3960 Signed-off-by: andre.schmid --- openecomp-ui/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openecomp-ui/README.md') 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 v10.17.0). +Install node v14.17.1 (as in the pom.xml v14.17.1). -* 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` -- cgit 1.2.3-korg