- be on windows (10)
- run
shx mv dist/source/* dist/dest
- apparently works
- actually, some dirs inside
dist/source were not moved because of a random npm ERR! Error: EPERM: operation not permitted, rename that was swallowed by this try catch
expected: shx/shelljs should report the error
shx mv dist/source/* dist/destdist/sourcewere not moved because of a randomnpm ERR! Error: EPERM: operation not permitted, renamethat was swallowed by this try catchexpected: shx/shelljs should report the error