diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-04-08 16:10:32 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-04-13 08:52:38 +0000 |
commit | 2cebeb91247c9c1a1fcd45a1bfec56e632d04501 (patch) | |
tree | 40cea22e96dfb1efae4151ddb6013881fa3e6099 /openecomp-ui/README.md | |
parent | 8164e4d316b3d4ffdd0ba2aa599bbc0f9b454598 (diff) |
Adjust onboarding UI min node npm version
Change-Id: I778fd78aa7d9ad3f5ddc302c2d56ebdc9f75eade
Issue-ID: SDC-3960
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/README.md')
-rw-r--r-- | openecomp-ui/README.md | 6 |
1 files changed, 3 insertions, 3 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` |