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

Easily download Github repos without dependencies such as Git, Tar, Unzip, etc.

Results 10 node-github-download issues
Sort by recently updated
recently updated
newest added

On Linux, this package will error out if you attempt to download to a directory on a different partition or device from your working directory. Here's an example of the...

There seems to be an unavoidable SSL issue with downloading repo ZIPs from https://nodeload.github.com. I've modified the code to instead download straight from `https://github.com/$USER/$REPO/archive/$TAG.zip` (this uses the same link format...

i got error like this ``` https://nodeload.github.com/mistraljs/mistraljs/zip/master { [Error: EPERM: operation not permitted, rename 'C:\Users\LENOVO\Documents\node js\mistraljs\1450151153815-43597033456899226\mistraljs-master' -> 'C:\Users\LENO VO\Documents\nodejs\mistraljs'] errno: -4048, code: 'EPERM', syscall: 'rename', path: 'C:\\Users\\LENOVO\\Documents\\nodejs\\mistraljs\\1450151153815-43597033 456899226\\mistraljs-master', dest: 'C:\\Users\\LENOVO\\Documents\\nodejs\\mistraljs'...

When trying to download a url that contains a branch ref with a '/' it throws an error like the following: Error: ENOENT: no such file or directory, open '/Users/.../.../1549913237088-42743833620309557/bare-box-truffle/test-branch.zip'...

I am looking for a bit more information on creating a method that gets the zip file from a private location. Any leads?

Would it be fruitful to return the commit of files that we've downloaded? I understand I can manually make a timestamp of when I grab the files, however, I'd like...

any chance to only download parts of a repo? It would be nice if we could specify a glob pattern for what we'd like to have downloaded and copied into...

How can I point github-download at a tag? The following does not work: `"https://github.com/bitovi/canjs#v2.0.7"`: Error: ENOENT, rename '/Users/justin/dev/canjs.com/1412744021855-42031191987916827/canjs-v2.0.7' And `"https://github.com/bitovi/canjs/tree/v2.0.7"` downloads the master branch. Thanks!

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...

fs.rename does not work across devices. - Implementing [mv](https://www.npmjs.org/package/mv) to replace fs.rename.