npm install is missing modules

前端 未结 6 1667
广开言路
广开言路 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:21

    It seems that gulp need 'karma' dependencies (socket.io ,di ,log4js...) so you will have to run :

    npm install karma

    so just runing this command solved the problem, and all should be good, the same thing happens with grunt as well for some reasons.

提交回复
热议问题