Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #564 from naartjie/manual-build-workaround
Browse files Browse the repository at this point in the history
Manual build workaround
  • Loading branch information
am11 committed Dec 9, 2014
2 parents e01497c + d3b00ba commit 604e206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-sass
# node-sass

![logo](https://rawgit.com/sass/node-sass/master/media/logo.svg)

Expand Down Expand Up @@ -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`
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

The interface for command-line usage is fairly simplistic at this stage, as seen in the following usage section.
Expand Down

0 comments on commit 604e206

Please sign in to comment.