Befehl node modules entfernen
rm -rf node_modules/
npm install
Wicked Wildebeest
rm -rf node_modules/
npm install
rm -rf node_modules
npm uninstall <package_name>
//Example
npm uninstall mongoose
//A tip ctrl+c helps to terminate a job in terminal
rm -rf node_modules/
yarn install
rm -rf node_modules //when need to unstill node_modules folder
npm install //wen need to install
rm -r node_modules