David Moody

Results 6 comments of David Moody

@irlnathan Ok I fixed this issue, let me know if you want me to create a PR

Hey I finally got a chance to try it. it does work. thank you

I am sorry I am still getting that error. ``` Error: No provider for "framework:browserify"! (Resolving: framework:browserify) at error (/home/codio/workspace/frontend/node_modules/karma/node_modules/di/lib/injector.js:22:12) at Object.parent.get (/home/codio/workspace/frontend/node_modules/karma/node_modules/di/lib/injector.js:9:13) at [object Object].get (/home/codio/workspace/frontend/node_modules/karma/node_modules/di/lib/injector.js:54:19) at /home/codio/workspace/frontend/node_modules/karma/lib/server.js:137:20 at...

awesome i got past that issue. Thank you !! I am getting this: Can't find variable: Promise but maybe i just need to import that i dont know i have...

it turns out that phantomjs doesnt have support for ES6 Promises. I believe that the fix is to either polyfill phantomjs or use phantomjs2 or some other headless browser that...