node-github-download icon indicating copy to clipboard operation
node-github-download copied to clipboard

github-download is not working

Open artem-malko opened this issue 10 years ago • 2 comments

Hi,

I've got one strange error, while using github-download. Could you help me?

Users/a.malko/Sites/forMarkupBuilder/mkBuilder/node_modules/github-download/node_modules/adm-    zip/zipFile.js:66
    throw Utils.Errors.INVALID_FORMAT;
                            ^
Invalid or unsupported zip format. No END header found

Downloaded archives are too small, nearly 9 bytes. Maybe this is a problem? I use Mac, OS X 10.9.4.

artem-malko avatar Sep 30 '14 11:09 artem-malko

What's the URL you're passing to the module?

jprichardson avatar Sep 30 '14 15:09 jprichardson

ghdownload(
    {
        user:'artem-malko', 
        repo: 'markupBuilder-extensions', 
        ref: 'mkExt-jade-templater'}
)

artem-malko avatar Sep 30 '14 16:09 artem-malko