I have a node app that I just started working with and each time I try to run it, it says there is a missing module. I\'ve just been using npm install ... for each
npm install ...
I created an npm module to handle installing missing modules automatically.
npm-install-missing
It will install all app dependencies and sub-dependencies automatically. This is useful when submodules aren't installed correctly.