generator-angular: task “karma” not found when calling `grunt test`

后端 未结 4 1031
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 14:11

I\'m trying to setup a development environment with Yeoman for AngularJS, I installed Yeoman according to the instructions: sudo npm install -g yo bower grunt-cli generato

4条回答
  •  醉话见心
    2021-02-01 14:52

    A was having the problem of Not Found.

    Finally I realize it was a problem with the port (8080 was already used)

    in karma.config.js change the port number:

    // web server port
    port: 9999,
    

提交回复
热议问题