Issue running karma task from gulp

前端 未结 10 2412
隐瞒了意图╮
隐瞒了意图╮ 2020-12-25 09:44

I am trying to run karma tests from gulp task and I am getting this error:

Error: 1
   at formatError (C:\\Users\\Tim\\AppData\\Roaming\\npm\\node_modules\\g         


        
10条回答
  •  臣服心动
    2020-12-25 10:16

    Not sure about Ubuntu, but I was getting a similar error on Windows, and installing one version back fixed it right away like this:

    npm install -g gulp@3.8.8
    npm install gulp@3.8.8
    

提交回复
热议问题