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

后端 未结 4 1029
没有蜡笔的小新
没有蜡笔的小新 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:34

    npm install grunt-karma --save-dev
    

    or if you need it

    sudo npm install grunt-karma --save-dev
    

    from the docs on https://npmjs.org/package/grunt-karma

提交回复
热议问题