Skip to content
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

Gulp-sass fails to install under node 0.12 #1311

Closed
austinpray opened this issue Feb 8, 2015 · 2 comments
Closed

Gulp-sass fails to install under node 0.12 #1311

austinpray opened this issue Feb 8, 2015 · 2 comments
Labels

Comments

@austinpray
Copy link
Contributor

Known issue with 0.12 and node-sass: sass/node-sass#653

Provided you have the tools on your computer to build C projects:

SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true npm install

Note that a lot of my non-gulp actual node projects are failing to build under 0.12. So definitely recommend everyone uses nvm and sticks with 0.10 for a second until everyone catches up. If for whatever reason you need to be on 0.12 then swap gulp-sass out for gulp-ruby-sass.

Hopefully node-sass can get this out quickly. We might have to switch back to ruby-sass. That sucks.

@austinpray
Copy link
Contributor Author

dlmanning/gulp-sass#189

@austinpray
Copy link
Contributor Author

this working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants