From c5cacf6a5383550a00ee48b0dcb437cf376b664b Mon Sep 17 00:00:00 2001 From: olefredrik Date: Fri, 20 Nov 2015 22:07:18 +0100 Subject: [PATCH] Specify required version of Node.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0ed827b..101906a44 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All contributions are welcome! ## Requirements -This project requires [NodeJS](http://nodejs.org) to be installed on your machine. +This project requires [Node.js](http://nodejs.org) v4.x.x to be installed on your machine. Please be aware that you may encounter problems with the installation if you are using v5.1.0 with all the latest features. FoundationPress uses [Sass](http://Sass-lang.com/) (CSS with superpowers). In short, Sass is a CSS pre-processor that allows you to write styles more effectively and tidy.