-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Can't install node-sass #123
Comments
Forgot to mention I'm seeing this on Windows (7) with Node 0.10.13. |
Actually, this commit cfe6e89 removes |
Hmm, no. Checked out node-sass from master and ran
I guess I'll just wait to hear back from someone =). |
For 0.5.3, it looks like this commit made it fail on Windows: dd6fcd0 |
I'll get this reverted and release a new version this evening, sorry for the issue. |
I've just published node-sass v0.5.4 which reverts the building changes, should hopefully fix this. |
It does indeed. Thanks! |
Unsure if this is related. On one machine, using node-sass 0.6.1 as a dependency of Grunt installed fine with If I revert to 0.6.0 the |
Beg your pardon. If I revert to 0.5.3 it completes fine. Reverting to 0.6.0 seems to suffer the same issue (prob something I'm doing mind). I'm using Node 0.10.15. |
I'll take a look into it, are you on a mac or linux? |
Mac OS X 10.8 in both cases. Different physical systems though e.g. not using Virtual Machines. Once machine flew through and worked as expected. Only one seems to have this issue so it's probable I'm doing something stupid (Grunt newb). Perhaps wait until someone else reports similar issue before wasting any time on it. I'm merely changing dependency from:
To:
|
I did notice it last night as well, but then when i ran it again it sorted itself out, doesn't seem to happen on travis. Hopefully I'll get time to look into it tonight. |
Just released v0.6.2 which should fix this |
All working great now, thanks for your efforts. :) |
Yeah, that's an old file that I was using during development ... thanks for the patch! [test_node_factory.cpp] Remove unused unordered_map include.
Running
npm install node-sass
gives me this error:The text was updated successfully, but these errors were encountered: