GithubHelp home page GithubHelp logo

Build Failed about gulp-util HOT 9 CLOSED

gulpjs avatar gulpjs commented on June 21, 2024
Build Failed

from gulp-util.

Comments (9)

tomchentw avatar tomchentw commented on June 21, 2024

@contra https://github.com/gulpjs/gulp-util/blob/master/lib/buffer.js

from gulp-util.

Rowno avatar Rowno commented on June 21, 2024

This completely broke my gulp build. Almost every gulp plugin I'm using now no longer works. 😢

from gulp-util.

tomchentw avatar tomchentw commented on June 21, 2024

Yeah, every gulp modules with

"dependencies": {
    "gulp-util": "*"
}

are failed.

from gulp-util.

Rowno avatar Rowno commented on June 21, 2024

Not even that, everything with "gulp-util": "~2.2.0" is now broken.

from gulp-util.

killercup avatar killercup commented on June 21, 2024

package.json has the dependency "through2": "~0.4.0", but lib/buffer.js requires through (not through2).

from gulp-util.

tomchentw avatar tomchentw commented on June 21, 2024

@killercup yes.

A quick & dirty solution is use global replace here:
Replace require('through'); with require('through2');.
This will make your local npm happy and you may continue your work..

from gulp-util.

killercup avatar killercup commented on June 21, 2024

I've solved it for now by using version 2.2.10 (exactly).

from gulp-util.

yocontra avatar yocontra commented on June 21, 2024

Already fixed - published on the wrong branch. npm update

from gulp-util.

tomchentw avatar tomchentw commented on June 21, 2024

Thanks!!

from gulp-util.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.