From e14edc7a8899b395db40cc3fb1e6ef25503c9cc7 Mon Sep 17 00:00:00 2001 From: Marcin Jekot Date: Mon, 8 Dec 2014 22:53:00 +0200 Subject: [PATCH 1/2] Add workaround for building on 0.11.13/14 to README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e8481d7a..989633da9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-sass +# node-sass ![logo](https://rawgit.com/sass/node-sass/master/media/logo.svg) @@ -228,6 +228,9 @@ Check out the project: npm install -g node-gyp node-gyp rebuild +### Workaround for node `v0.11.13` `v0.11.14` +Comment out this [line](https://github.com/sass/node-sass/blob/e01497c4d4b8a7a7f4dbf9d607920ac10ad64445/lib/index.js#L181) in `lib/index.js` before the `npm install` step. Then uncomment it back again, and continue with the rest of the steps (#563). + ## Command Line Interface The interface for command-line usage is fairly simplistic at this stage, as seen in the following usage section. From d3b00baef1940f013b126a69198de2b80f0455f6 Mon Sep 17 00:00:00 2001 From: Marcin Jekot Date: Mon, 8 Dec 2014 22:57:24 +0200 Subject: [PATCH 2/2] Update workaround + include link to issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 989633da9..c9c118983 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Check out the project: node-gyp rebuild ### Workaround for node `v0.11.13` `v0.11.14` -Comment out this [line](https://github.com/sass/node-sass/blob/e01497c4d4b8a7a7f4dbf9d607920ac10ad64445/lib/index.js#L181) in `lib/index.js` before the `npm install` step. Then uncomment it back again, and continue with the rest of the steps (#563). +Follow the steps above, but comment out this [line](https://github.com/sass/node-sass/blob/e01497c4d4b8a7a7f4dbf9d607920ac10ad64445/lib/index.js#L181) in `lib/index.js` before the `npm install` step. Then uncomment it back again, and continue with the rest of the steps (see issue [#563](https://github.com/sass/node-sass/issues/563)). ## Command Line Interface