-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-sass install issue... on Windows only? #229
Comments
Someone else had the same issue: isaacs/npm#3656 @andrew any chance you've seen this before? |
I ended up logging it here: sass/node-sass#123. It's not related to mimosa, but it does stop mimosa from installing. |
I can confirm this with version |
Yeah, that works for me too. |
So I've pushed |
I'll take a look at this now, there were some changes that I though may causes issues but didn't have a windows machine to test |
Downgrading to node-sass to |
I've just published node-sass v0.5.4 which reverts the building changes, should hopefully fix this. |
I can no longer run
npm install -g mimosa
successfully, even after cleaning my npm cache. Things run fine up until the build portion:I'm not sure my
npm-debug.log
would be much more helpful:I haven't dived into this to see what the install is trying to do, but the
spawn ENOENT
error looks strangely familiar: nodejs/node-v0.x-archive#5841.The text was updated successfully, but these errors were encountered: