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
Using binaries like cp or rsync does not work for builds triggered with Netlify CLI. Those builds are run on the user's machine, which might not have cp and/or rsync installed, especially on Windows.
Would using a core Node.js fs.* method or a library like cp-file or cpy be an option instead?
The text was updated successfully, but these errors were encountered:
Using binaries like
cp
orrsync
does not work for builds triggered with Netlify CLI. Those builds are run on the user's machine, which might not havecp
and/orrsync
installed, especially on Windows.Would using a core Node.js
fs.*
method or a library likecp-file
orcpy
be an option instead?The text was updated successfully, but these errors were encountered: