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

Manual build workaround #564

Merged
merged 2 commits into from
Dec 9, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BOM?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... looks like my Sublime Text stripped it. Bad steez?


![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