From b05becf3024ebeb7eb55ec3aaa69a9b48254014c Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 25 Apr 2018 15:06:24 -0700 Subject: [PATCH] Updates README.md to include Node and NPM version req's --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b9ee659fac..fad7483f12 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -62,6 +62,8 @@ Before you can run a deployment, you'll need the following installed in your loc - [docker-py](https://github.com/docker/docker-py) Python module - [GNU Make](https://www.gnu.org/software/make/) - [Git](https://git-scm.com/) Requires Version 1.8.4+ +- [Node 6.x LTS version](https://nodejs.org/en/download/) +- [NPM 3.x LTS](https://docs.npmjs.com/) ### System Requirements