karma command not found when karma already installed

前端 未结 9 1876
独厮守ぢ
独厮守ぢ 2021-01-30 19:49

I used node.js to install karma. My first try failed when running the following command on Terminal:

npm install -g karma

That failed so I dec

9条回答
  •  一个人的身影
    2021-01-30 20:32

    I was also facing the same issue. It looks like karma for command line is a separate package which can be installed by

    npm install -g karma-cli

提交回复
热议问题