calebds / healthy-gulp-angular

A starting point for Gulp + Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small bug with Node V4

fulup-bzh opened this issue · comments

With node.js v4.x "gulp-sass" version within Package.json should be moved to "^2.0.0" or system will fail on libsass. Error message is not very explicit:

Loading "sass.js" tasks...ERROR
Error: libsass bindings not found. Try reinstalling node-sass?
Warning: Task "sass" not found. Use --force to continue.

I have the same problem.
sass/node-sass#1972