WARN [config]: config.configure() is deprecated, please use config.set() instead.
WARN [plugin]: Cannot find plugin "karma-phantomjs".
Did you forget to install it ?
npm install karma-phantomjs --save-dev
INFO [karma]: Karma v0.10.2 server started at http://localhost:9018/
WARN [launcher]: Can not load "PhantomJS", it is not registered!
Perhaps you are missing some plugin?
Run Code Online (Sandbox Code Playgroud)
得到这个错误.当运行npm install时,karma-phantomjs --save-dev会出错.
npm ERR! 404 'karma-phantomjs' is not in the npm registry.
Run Code Online (Sandbox Code Playgroud)
我安装了karma-phantomjs-launcher --save-dev但是在运行grunt watch时我仍然遇到错误.
其他人遇到这个问题?