From cdb67c81457046f15ec1e176f0f088947ba77419 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Wed, 13 Jan 2016 15:27:29 +0100 Subject: [PATCH] Edited Makefile to reflect node requirement --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ad4feaf7..f254d5176 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ prerequisites: @echo "TL;DR:" @echo "1. Install Ruby suitable for your system" @echo "2. Run 'gem install bundler'" - @echo "3. Install npm for your system" + @echo "3. Install node 5.x" + @echo "4. Install npm" @echo hooks: