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: