Is there a simple way to reinstall all packages that my app depends on (i.e. they are in my apps node_modules folder)?
Delete node_module and re-install again by command
rm -rf node_modules && npm i