Different methods to clean up storage on mac Yarn $ yarn cache clean Delete all node_modules found in a Directory: $ find . -name "node_modules" -type d -prune -exec rm -rf '{}' + Docker $ docker system prune --all