download-file-sync icon indicating copy to clipboard operation
download-file-sync copied to clipboard

Does exactly what you expect

Results 3 download-file-sync issues
Sort by recently updated
recently updated
newest added

Hi! In mac is working, but in windows it returns error for me: Error: spawnSync curl ENOENT at exports._errnoException (util.js:1050:11) at spawnSync (child_process.js:471:20) at Object.execFileSync (child_process.js:508:13) at Object.module.(anonymous function) [as...

Hi. Your module does not work with binary files, it downloads but it creates a weird string representation, it works on txt files. I do this let asdf=dl(url blah blah)...

I am using the following command to try to save some images: var content = download (url); fs.writeFileSync (directory + '/' + name, content); But when I open the images...