Closed nicolas-amabile closed 6 years ago
unlinkSync only works with links, but I got to a point where I had the module folder there. Since fs.rmdir only works with an empty folder, fs-extra seems to be the right tool for the job. I hope this helps! 🎉 Any comment is welcome 😁
unlinkSync
fs.rmdir
fs-extra
Thanks! Released as v1.0.1
v1.0.1
unlinkSync
only works with links, but I got to a point where I had the module folder there. Sincefs.rmdir
only works with an empty folder,fs-extra
seems to be the right tool for the job. I hope this helps! 🎉 Any comment is welcome 😁