Is it possible to call:
rmdir node_modules /S /Q
From powershell. I get the dreaded path too long error with certain folders in powershell. Using rmdir would get round this.
rmdir is a CMD builtin command. You can use it from PowerShell by calling cmd.exe:
& cmd /c rmdir node_modules /s /q
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With