Giter VIP home page Giter VIP logo

Comments (6)

yeco avatar yeco commented on May 18, 2024

I'm having a similar issue, but setting increasing my ulimit seems to help:

ulimit -S -n 2048

from nw-builder.

nDmitry avatar nDmitry commented on May 18, 2024

@yeco this doesn't work for me.

from nw-builder.

alexeimoisseev avatar alexeimoisseev commented on May 18, 2024

Same sh*t :(
ulimit changes don't help

from nw-builder.

nDmitry avatar nDmitry commented on May 18, 2024

You can download node-webkit versions you need and put them into corresponding cache folders manually.

from nw-builder.

gabepaez avatar gabepaez commented on May 18, 2024

It looks like the tar files are now being distributed with a top level directory like the zip archives. This should be a pretty easy fix. @nDmitry is right that you can just manually correct the cache folders structure as a temporary workaround.

from nw-builder.

1j01 avatar 1j01 commented on May 18, 2024

Would changing this line from header.name = (filename[1] ? filename[1] : filename[0]); to header.name = (filename[2] ? filename[2] : (filename[1] ? filename[1] : filename[0])); fix the issue (in a silly manner)?
It seems to just dump everything into one folder... Is that what is wanted? Maybe header.name = filename[filename.length - 1]; would do better.
The more practical solution of course would be to move the unfolding out of extractZip and have it apply also to extractTar.

from nw-builder.

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.