Error running the Karma test runner Follow
Has anyone else had this error, or know how to fix it?
Thanks.
Uncaught Error: Module name "express" has not been loaded yet for context: _. Use require([])
http://requirejs.org/docs/errors.html#notloaded
at http://localhost:9876/base/node_modules/karma-requirejs/lib/require.js?1380056743000:138
Process finished with exit code 0
Please sign in to leave a comment.
Hello!
you haven't proivided enough details to figure out the problem. Please look at http://stackoverflow.com/questions/17281211/testing-with-karma-and-requirejs-with-files-in-commonjs-syntax - does it give you any clue? What does your code/configuration look like?