执行karma init
时报错如下:
$ karma init
> readline.js:561
this.line = this.line.slice(this.cursor);
^
TypeError: Cannot read property 'slice' of undefined
at Interface._deleteLineLeft (readline.js:561:24)
相关开发依赖如下
"devDependencies": {
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2"
}
使用
Git Bash
会报以上错,换用windows
自带的命令行工具就 OK 了。Cannot read property 'slice' of undefined #1724