How do I do a clean install (delete node_modules and install) with npm? June 17, 2023 by Tarik You can just delete the node_module directory rm -rf node_modules/