Possible to install all missing modules for a node application?

后端 未结 5 524
南旧
南旧 2021-01-30 21:13

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

5条回答
  •  佛祖请我去吃肉
    2021-01-30 21:41

    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.

提交回复
热议问题