The problem:
I've created a yeoman project by mistake on my windows box. Via explorer when I try to delete it I get an error saying that the path is too long.
Several Solutions:
- https://superuser.com/q/78434/9546
- https://mcmap.net/q/903314/-how-delete-folders-created-by-yeoman-in-windows
- Remove complete angular project built with Yeoman
But is there a script based solution?
rimraf
module as you suggested and ran it. Boy, was I pleasantly shocked to see that it deleted the whole node_modules folder in seconds!!! I am only less crying of joy!!! Thanks a ton!!! – Samellasameness