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 version in gh-pages branch on Os X #98

Closed
rwblair opened this issue Feb 11, 2016 · 2 comments
Closed

Gulp-sass version in gh-pages branch on Os X #98

rwblair opened this issue Feb 11, 2016 · 2 comments

Comments

@rwblair
Copy link
Member

rwblair commented Feb 11, 2016

I was unable to complete a gulp build gh-pages locally on Os X due to the version of gulp-sass in package.json. the specific errors were coming from a version of node-sass that it had as a dependency. It would attempt to install node-sass 2.1.1 which no longer has a binary in the node-sass repository.

Following these instructions allowed gulp build to complete successfully:
https://github.com/dlmanning/gulp-sass/wiki/Update-to-the-latest-Gulp-Sass

@constellates
Copy link
Collaborator

Thanks for reporting this along with the instructions to fix it!

I've already updated gulp sass on gh-pages and tested it with the latest node (5.6.0) locally on osx. Let me know if you're still experiencing issues.

Additionally there's a PR to make sure our CI server will be running the latest stable node version.

@constellates
Copy link
Collaborator

gulp-sass and the node version on CI have been updated.

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

No branches or pull requests

2 participants