Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read Property charAt of Undefined #2

Open
bluenevus opened this issue Apr 28, 2015 · 0 comments
Open

Cannot read Property charAt of Undefined #2

bluenevus opened this issue Apr 28, 2015 · 0 comments

Comments

@bluenevus
Copy link

Debian Wheezy, node v v0.12.2 npm 2.84, bower 1.4.1, I get this error when I test. When a run it with npm start, it starts but doesn't serve up the web page. Instead, it serves up the directory.

INFO [karma]: Karma v0.10.10 server started at http://localhost:9876/
INFO [launcher]: Starting browser Chrome
ERROR [karma]: [TypeError: Cannot read property 'charAt' of undefined]
TypeError: Cannot read property 'charAt' of undefined
at Object.posix.isAbsolute (path.js:479:14)
at Object.posix.normalize (path.js:461:26)
at Object._getCommand (/usr/share/ahoy-ui/node_modules/karma/lib/launchers/Base.js:106:20)
at Object._start (/usr/share/ahoy-ui/node_modules/karma/lib/launchers/Base.js:45:28)
at Object.start (/usr/share/ahoy-ui/node_modules/karma/lib/launchers/Base.js:36:10)
at /usr/share/ahoy-ui/node_modules/karma/lib/launcher.js:38:15
at Array.forEach (native)
at launch (/usr/share/ahoy-ui/node_modules/karma/lib/launcher.js:12:11)
at invoke (/usr/share/ahoy-ui/node_modules/karma/node_modules/di/lib/injector.js:75:15)
at Server. (/usr/share/ahoy-ui/node_modules/karma/lib/server.js:54:16)
at Server.g (events.js:199:16)
at Server.emit (events.js:129:20)
at net.js:1161:12
at process._tickCallback (node.js:355:11)
at Function.Module.runMain (module.js:503:11)
at startup (node.js:129:16)
at node.js:814:3
npm ERR! Test failed. See above for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant