From 6c5334c7d3aed310037e731d12e1d189e144f1c2 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 18 Sep 2018 12:37:41 -0400 Subject: [PATCH] Update docs for new Node and NPM version requirements --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4969f24a3f..e0dd020022 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -62,8 +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/) +- [Node 8.x LTS version](https://nodejs.org/en/download/) +- [NPM 6.x LTS](https://docs.npmjs.com/) ### System Requirements