-
Notifications
You must be signed in to change notification settings - Fork 381
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
Latest version install causes hang up(memory, disk) on Windows 8.1 #115
Comments
+1 |
Same here, this is a known issue of |
@MadLittleMods, @pokoot, you can install |
There's a lot of churn in nodesass (the frontend of libsass that gulp-sass wraps) right now. There isn't anything I can do about installation errors due to nodesass's compilation. I suggest you check issues there. |
@dlmanning You can still pin temporarly |
I was trying to install gulp-sass via
npm install gulp-sass --save-dev
today and whenever the install process reached the spot below it just blew up my memory and disk usage (99% for disk and 83% on memory; sometimes memory jumped up in the 90% range).I'm not sure if this is a node-sass or gulp-sass problem but just thought you should be aware before using that version as a dependency.
I have tried it multiple times and let it sit for over 5 minutes and it never finishes.
I am on Windows 8.1 64-bit, AMD A8 cpu, laptop.
I looked at another project I used gulp-sass on and just installed the version there which was gulp-sass@"^0.7.3" and it worked just fine and passed the tests.
The text was updated successfully, but these errors were encountered: