-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Breaks in Node 10.x #28
Comments
@rijkvanzanten can you post the code used to reproduce this and which operating system you're using? |
I'm using an NPM script called
I'm using macOS High Sierra 10.13.3 |
I'm able to verify that something changed between node |
Same here, using win 7. |
Looks like the same issue as in cp-file: here's the PR that fixed that project sindresorhus/copy-file#26 - the gist is that you'll need to switch from |
Thanks @tmcw! |
Published a bug fix as patch |
When using Node 10, the plugin creates new files in the right place, but doesn't copy over the file contents
The text was updated successfully, but these errors were encountered: