find . -type d -name "node_modules" | xargs rm -rf
find ./ | grep node_modules