Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
// Sync: try { fs.copySync('/tmp/myfile', '/tmp/mynewfile') console.log('success!') } catch (err) { console.error(err) **-->Never trigger this line running.** } **Node.js v18.12.0 fs-extra: 11.2.0**
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ganshuyu and has received 1 comments.