Clarify versions required for npm and nodejs
The default versions that come with Ubuntu 16.04 and
18.04 are not high enough. Clarify level requirements
and provide some pointers on how to update.
Change-Id: I05032d44086951a21c44ab28836e96f31dd4a918
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/README.md b/README.md
index 4705498..b0e1893 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,14 @@
* SoL console
## Requirements
-nodejs
-npm
+nodejs (>= 4.2.6)
+npm (>= 5.6.0)
+
+**Note** The default installation of your Linux distro may not come with the
+required versions above. See the following for more information on updating:
+
+https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-node
+https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-npm
## Installation
`npm install`