-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Assertion `val->IsString()' failed #508
Comments
For reproduction, it's just: gulp.task('sass', function() {
return gulp.src('/home/michael.heuberger/binarykitchen/code/videomail.io/src/assets/scss/**/*.scss')
.pipe(sass({
outputStyle: 'nested',
errLogToConsole: true
}))
.pipe(gulp.dest('/home/michael.heuberger/binarykitchen/code/videomail.io/var/local/www/css'));
}); $ node -v
v0.10.28 $ uname -a
Linux M1 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ npm ls | grep gulp-sass
├─┬ gulp-sass@0.7.2 |
@rvagg Maybe you can help? |
node-sass seems to include nan with |
Duplicate of sass/node-sass#337 Sorry guys |
+1 getting the same error. no idea what it meant
|
Once again, not a gulp issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Gulp seems to crash and writes a core dump after starting the
gulp-sass
plugin:Not sure what's causing it.
The text was updated successfully, but these errors were encountered: