recursive-copy icon indicating copy to clipboard operation
recursive-copy copied to clipboard

Simple, flexible file copy utility

Results 14 recursive-copy issues
Sort by recently updated
recently updated
newest added

Hey. Not sure what happened but a yarn upgrade on my existing and currently working 11ty site now is causing errors. ``` Error with passthrough copy: (more in DEBUG output)...

Copied file handlers are not fully closed when returning results https://github.com/timkendrick/recursive-copy/issues/38

unsure if you want to have this kind of stuff but i was able to get rid of many (sub)dependencies by using built in native methods instead. went from 29...

Missing interface to allow options and callback function at the same time ```javascript ( source: string, dest: string, options?: Options, callback?: (error: Error | null, results?: Array) => void, ):...

Steps to reproduce 1. Copy the folder containing exe files by calling copy() 2. Try to spawn the child process by passing the copied file path right after copy function...

I would like to use recursive-copy (through https://github.com/libinvarghese/recursive-copy-cli so I can run it easily from npm scripts). Is it possible to have a silent mode that does not output anything?

This expression is not callable. Type 'typeof import("/xxxx/node_modules/recursive-copy/index")' it seems that package.json should fix `node:next`

I have the following code, but not sure I 100% understand the rules of `overwrite`: ```js copy('assets', 'www/assets', { overwrite: false }, function (err, results) { if (err) { console.error(`[ERROR]...

overwriting a file with a directory fails even with `options.overwrite = true` ``` Error: EEXIST: file already exists, mkdir '/path/to/existing/file' ``` maybe add `options.mkdirForce`

Hello! I am creating an application on electron, and when using your module, a window pops up with an error ... PIPE. If you collect using the **asar archive**. Without...