From: Geoff Kimball Date: Tue, 19 Jan 2016 22:51:36 +0000 (-0800) Subject: Remove warning about npm v3 from readme, as it works fine X-Git-Tag: v6.1.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acebf419a65620f07030c22f53c26299848585ef;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove warning about npm v3 from readme, as it works fine --- diff --git a/README.md b/README.md index 1d28e7878..8b490b8e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Foundation is the most advanced responsive front-end framework in the world. Qui ## Requirements -Requires NodeJS to be installed on your machine. Works with 0.12 and higher! **Note that parts of our build process will break with NPM 3, due to the changes in how packages are installed.** +Requires NodeJS to be installed on your machine. Works with version 0.12 and higher! The Sass is compiled using libsass, which requires the GCC to be installed on your machine. Windows users can install it through [MinGW](http://www.mingw.org/), and Mac users can install it through the [Xcode Command-line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/).