Closed ZeroX-DG closed 6 years ago
Hi @tschaub, Thanks for the great package. I encountered some strange error today when I try to use fs-extra to copy file (copyFileSync function). The exception throwed by copyFileSync was:
TypeError: _fsExtra2.default.copyFileSync is not a function
I have no idea why this happened, please help.
Oh I'm really sorry, the function name should be copySync not copyFileSync.
copySync
copyFileSync
Hi @tschaub, Thanks for the great package. I encountered some strange error today when I try to use fs-extra to copy file (copyFileSync function). The exception throwed by copyFileSync was:
I have no idea why this happened, please help.