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
also creates a copyup command which is identical to copyfiles but -up defaults to 1
I tried using copyup and the --up 1 flag does not seem to work, i.e. my src is copied over to dist. I've run it multiple times (both as a CLI and as an npm script), and I made sure that there's nothing getting in the way.
copyfiles --up 1 works, though.
I'm using version 2.4.1
The text was updated successfully, but these errors were encountered:
Having this issue on Windows as well. I think that the Linux trick with symlinking doesn't work on Windows: args.argv.$0 is node_modules\\copyfiles\\copyfiles when executed as copyup.
The README says this:
I tried using
copyup
and the--up 1
flag does not seem to work, i.e. mysrc
is copied over todist
. I've run it multiple times (both as a CLI and as an npm script), and I made sure that there's nothing getting in the way.copyfiles --up 1
works, though.I'm using version 2.4.1
The text was updated successfully, but these errors were encountered: