I want to traverse all subdirectories, except the \"node_modules\" directory.
find . ! -name "node_modules" -type d