Following this guide , after executing the yo webapp command, a folder called node_modules is created. I want to delete this folder, but I can not do it either using the command line or using Windows Explorer, because the path is too long. How can I delete this folder?
Error message on console:
rmdir: the specified path, file name, or both are too long. A fully qualified file name must be less than 260 characters, and a directory name must be less than 248 characters.
source share