how to completely clear node_modules and reinstall code example Example: clean npm installed node_modules folder rm -rf node_modules/ npm install