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

Assertion `val->IsString()' failed #508

Closed
binarykitchen opened this issue Jun 7, 2014 · 6 comments
Closed

Assertion `val->IsString()' failed #508

binarykitchen opened this issue Jun 7, 2014 · 6 comments

Comments

@binarykitchen
Copy link

Gulp seems to crash and writes a core dump after starting the gulp-sass plugin:

gulp: ../node_modules/nan/nan.h:1725: bool _NanGetExternalParts(v8::Handle<v8::Value>, const char**, size_t*): Assertion `val->IsString()' failed.
[1]    5122 abort (core dumped)  gulp

Not sure what's causing it.

@binarykitchen
Copy link
Author

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

@binarykitchen
Copy link
Author

@rvagg Maybe you can help?

@binarykitchen
Copy link
Author

node-sass seems to include nan with "nan": "~1.0.0" ...

@binarykitchen
Copy link
Author

Duplicate of sass/node-sass#337

Sorry guys

@connor11528
Copy link

+1 getting the same error. no idea what it meant

gulp: ../node_modules/nan/nan.h:1725: bool _NanGetExternalParts(v8::Handle<v8::Value>, const char**, size_t*): Assertion `val->IsString()' failed.
[1]    21276 abort (core dumped)  gulp

@yocontra
Copy link
Member

Once again, not a gulp issue.

@gulpjs gulpjs locked and limited conversation to collaborators Jun 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants