We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the first time this code with these options, it works correctly.
ncp.limit = 5; ncp.clobber = true; ncp("C:\\Workspaces\\myFolder", "C:\\Users\\me\\backup", err => { if (err) { return console.error(err); } console.log("Done!"); });
But the second time the callback is never called, I had to remove the destination folder content to make it work.
npm -v: 5.6.0 node -v: v8.10.0
The text was updated successfully, but these errors were encountered:
yarn test
Same issue here. Seems like the repo is not maintained anymore.
Sorry, something went wrong.
Yeah, got the same issue, I recommend to look at https://github.com/jprichardson/node-fs-extra as alternative.
No branches or pull requests
When I run the first time this code with these options, it works correctly.
But the second time the callback is never called, I had to remove the destination folder content to make it work.
npm -v: 5.6.0
node -v: v8.10.0
The text was updated successfully, but these errors were encountered: