You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) {"
cb(err);
^
TypeError: cb is not a function
at /Users/project/node_modules/fs.extra/fs.copy-recursive.js:40:13
The text was updated successfully, but these errors were encountered: