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 ...
Yes, as long as the dependency is listed in package.json.
package.json
In the directory that contains package.json, just type:
npm install