GithubHelp home page GithubHelp logo

Error with zip about gulp-zip HOT 8 CLOSED

sindresorhus avatar sindresorhus commented on May 31, 2024
Error with zip

from gulp-zip.

Comments (8)

kevva avatar kevva commented on May 31, 2024

Pretty sure this is related to #46.

from gulp-zip.

kidesigner avatar kidesigner commented on May 31, 2024

Please help me.

from gulp-zip.

kevva avatar kevva commented on May 31, 2024

Are you trying to compress any empty folders?

from gulp-zip.

kidesigner avatar kidesigner commented on May 31, 2024

My project:

css
js
node_modules
gulpfile.js
index.php

and here is gulpfile content:

gulp.task('zip', function () {
    return gulp.src('css/*')
        .pipe(zip('archive.zip'))
        .pipe(gulp.dest('dist'));
});

from gulp-zip.

kevva avatar kevva commented on May 31, 2024

Can you try installing this module directly from github (npm install https://github.com/sindresorhus/gulp-zip/archive/master.tar.gz) and try again?

from gulp-zip.

kidesigner avatar kidesigner commented on May 31, 2024

Solve! It's working! thank you with your rocket support!

from gulp-zip.

kevva avatar kevva commented on May 31, 2024

Sweet! :) @sindresorhus, can we get a new release on this?

from gulp-zip.

jamesmorgan avatar jamesmorgan commented on May 31, 2024

👍 this would be good to get a fix out for 😄

from gulp-zip.

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.