Issues with running "npm test" on Windows 10 #331
Description
Hi there I've been having issues with npm test, Karma unit tests, on the step-2.
Anyone knows why?
The following is the error-log:
INFO [karma]: Karma v0.12.37 server started at http://localhost:9876/
INFO [launcher]: Starting browser Chrome
INFO [Chrome 50.0.2661 (Windows 10 0.0.0)]: Connected on socket wGn9Y8QeTAPEkhAocJiU with id 80523642
ERROR [karma]: [TypeError: The header content contains invalid characters]
TypeError: The header content contains invalid characters
at ServerResponse.OutgoingMessage.setHeader (_http_outgoing.js:348:11)
at ServerResponse.res.setHeader (C:\Users\jshin\Dropbox\Dev\workspace\Angular\angular-phonecat\node_modules\connect\lib\patch.js:134:22)
at Object.setNoCacheHeaders (C:\Users\jshin\Dropbox\Dev\workspace\Angular\angular-phonecat\node_modules\karma\lib\middleware\common.js:76:12)
at C:\Users\jshin\Dropbox\Dev\workspace\Angular\angular-phonecat\node_modules\karma\lib\middleware\karma.js:109:18
at C:\Users\jshin\Dropbox\Dev\workspace\Angular\angular-phonecat\node_modules\karma\lib\middleware\common.js:63:35
at FSReqWrap.readFileAfterClose as oncomplete
npm ERR! Test failed. See above for more details.