npm install is missing modules

前端 未结 6 1693
广开言路
广开言路 2021-02-04 01:53

Before I can run gulp in my project I need to run npm install. This works except on my computer, because I get the following error:

Err         


        
6条回答
  •  悲&欢浪女
    2021-02-04 02:35

    I've faced the same problem when bootstrapping a MEAN application and add each missing dependencie with npm install packageName --save was not an option so I came across to npm-install-missing whom has saved my life :)

    Installation

    npm install -g npm-install-missing

    Usage

    npm-install-missing
    

提交回复
热议问题