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
The problem was a colon in the file name, so something like:
fs.copySync(src, 'fo:o.txt');
The fs.open function produces the same result. There is no way for this to actually work. A better error message would be nice, but I think this is a problem in node, not fs-extra.
I'm using
fs.copySync(src, dest);
It works on linux, but on windows I get
The text was updated successfully, but these errors were encountered: