Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copyRecursive error #17

Open
ralyodio opened this issue Aug 22, 2016 · 1 comment
Open

copyRecursive error #17

ralyodio opened this issue Aug 22, 2016 · 1 comment

Comments

@ralyodio
Copy link

cb(err);
^

TypeError: cb is not a function
at /Users/project/node_modules/fs.extra/fs.copy-recursive.js:40:13

@crtoled0
Copy link

Thanks works really good! ... I've made an small change on my local copy in file "fs.extra\fs.copy-recursive.js" line 38.
The change is "fsCopy(curFile, newFile, {replace: true},function (err) {"

The idea is that overwrites existing files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants