You've probably seen that message when trying to delete a deeply-nested folder on your Windows machine at some time.
I've seen various solutions around, but using node.js and a npm package called 'rimraf' was new to me.
So provided you've got node.js and npm installed, just follow these steps and bid that folder farewell:
Barabapaaraaa - I'm loving it!
I've seen various solutions around, but using node.js and a npm package called 'rimraf' was new to me.
So provided you've got node.js and npm installed, just follow these steps and bid that folder farewell:
- Install the 'rimraf' npm package:
npm -install -g rimraf - Run the command:
rimraf EvilFolderThatWillNotDie
Barabapaaraaa - I'm loving it!
No comments:
Post a Comment