GithubHelp home page GithubHelp logo

Comments (5)

bbird5490 avatar bbird5490 commented on May 23, 2024 3

So this will not get fixed?

What is a good alternative for this package?

from download.

striezel avatar striezel commented on May 23, 2024 1

So this will not get fixed?

It doesn't look like it will get fixed. As things are now, this package has basicially been unmaintained for almost three years. :(

What is a good alternative for this package?

I saw other projects where this package was replaced by node-downloader-helper, but I do not know how good that alternative is.

from download.

apepper avatar apepper commented on May 23, 2024

@sindresorhus If I'm not mistaken, you merged the Bugfix in got in sindresorhus/got#2047 which is awesome. download is a quite often used library (~3 million installs a week) that still relies on the older version of got. Since you EDIT: do might have write access to https://github.com/kevva/download could you upgrade got in download as well? That would be really great!

from download.

striezel avatar striezel commented on May 23, 2024

Since you do have write access to https://github.com/kevva/download could you upgrade got in download as well? That would be really great!

It would be great indeed. :)

However, sindresorhus does not have write access to this repository anymore, according to a comment he made on another issue. So he cannot upgrade got in download.

from download.

mohit8285 avatar mohit8285 commented on May 23, 2024

@wbt Hi Buddy,
Temporary solution for ur problem is
Go to ur package-lock.json file ("node_modules/download") and update ur ("got" module) version manually to 11.8.5 or 11.8.3 then Install NPM again.
Same i did like as below code.
It temporary fixed my problem

"node_modules/download": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/download/-/download-8.0.0.tgz", "integrity": "sha512-ASRY5QhDk7FK+XrQtQyvhpDKanLluEEQtWl/J7Lxuf/b+i8RYh997QeXvL85xitrmRKVlx9c7eTrcRdq2GS4eA==", "dependencies": { "archive-type": "^4.0.0", "content-disposition": "^0.5.2", "decompress": "^4.2.1", "ext-name": "^5.0.0", "file-type": "^11.1.0", "filenamify": "^3.0.0", "get-stream": "^4.1.0", "got": "^11.8.3", "make-dir": "^2.1.0", "p-event": "^2.1.0", "pify": "^4.0.1" }, "engines": { "node": ">=10" } },

from download.

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.