Appearance
npm install rimraf -g rimraf node_modules
find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
rm -rf node_modules