Skip to content

RangeError: Maximum call stack size exceeded #2

Closed
@cliffrowley

Description

@cliffrowley

I'm seeing an error extracting a large zip file with gulp-unzip. First I get rather a lot of these:

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.

And then finally this:

RangeError: Maximum call stack size exceeded

My code is very simple:

gulp.src(config.cef_archive_path)
    .pipe(unzip())
    .pipe(gulp.dest(config.vendor_path))

Is this gulp-unzip or node-unzip?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions