77040/how-do-you-reinstall-an-app-s-dependencies-using-npm
Is there a simple way to reinstall all packages that my app depends on (i.e. they are in my apps node_modules folder)?
Hello @kartik,
The easiest way is to delete node_modules folder and execute npm install.
Thank You!!
Hello @kartik, The package can be uninstalled using ...READ MORE