rollup-plugin-copy
rollup-plugin-copy copied to clipboard
replace copy with copySync
Fix: https://github.com/vladshcherbin/rollup-plugin-copy/issues/43
minor change but fix annoying issue
This fixes our problem also. It would be nice to have this merged and released as soon as possible.
(copy plugin) Error: EBUSY: resource busy or locked, unlink 'C:\www\tsdx-npm-react\dist\media\icons\apps.svg'
Error: EBUSY: resource busy or locked, unlink 'C:\www\tsdx-npm-react\dist\media\icons\apps.svg'
@piscium2010, @PascalLuginbuehl can you try upgrading fs-extra
dependency to v9 and see if fs.copy
still gives error in your project? Thanks
@vladshcherbin I upgraded fs-extra to v9.0.1. Unfortunately, it does not fix our problem and I get the same error message.
@vladshcherbin I confirmed that fs-extrav9.0.1 still causes problem.
@vladshcherbin I'm also having this issue when I tried to copy multiple files, is there anyway to get this merge in?
This fixes our problem also. It would be nice to have this merged and released as soon as possible.
(copy plugin) Error: EBUSY: resource busy or locked, unlink 'C:\www\tsdx-npm-react\dist\media\icons\apps.svg' Error: EBUSY: resource busy or locked, unlink 'C:\www\tsdx-npm-react\dist\media\icons\apps.svg'
@vladshcherbin would be great to have this merged in - this solves the only bug I'm facing with this package atm.
@vladshcherbin Can we not get this merged?
Can we merge this? I'm having an issue, which this PR fixes when trying to copy a folder.
@vladshcherbin Hello! I believe quite a few people are waiting for this. 🙂
Released in 3.5.0 under copySync
option.
I've tried to replicate the error locally with no luck, hopefully this option will help resolve the errors you have, guys. I'd be happy to see a reproduction repo to better tackle the reason.
Thank you ♥️