So, I should delete all node_modules in my project(I want that the node_modules folder become completely empty). Just removing folder manually does not suit me.
I read that I can delete it with rm -rf node_modules/
BUT it does not work on WINDOWS.
How to delete it?