gunnarlium / babel-jspm-karma-jasmine-istanbul

Babel JSPM Karma Jasmine Istanbul Coverage example and tutorial
54 stars 11 forks source link

Getting error on running karma start karma.conf.js #20

Open rahulkhanna17 opened 7 years ago

rahulkhanna17 commented 7 years ago

Hi i Followed tutorial http://www.aptoma.com/es6-code-coverage-babel-jspm-karma-jasmine-istanbul/

Is jspm still compatible.

but i am not able to successfully run , as i get following error after doing all the steps mentioned

Chrome 53.0.2785 (Windows 7 0.0.0) [ERROR] Uncaught Error: SystemJS was not found. Please make sure you have initialized jspm via installing a dependency with jspm, or by running 'jspm dl-loader'. at node_modules/karma-jspm/src/adapter.js:22

error

rahulkhanna17 commented 7 years ago

karma conf js package json

My karma and package.json files content

gunnarlium commented 6 years ago

Hi!

Have you tried the quick instructions in this README? The blog post hasn't been update in a while, so this repo is more up to date. Also, I suspect there might be a Windows-only issue, can you try checking out https://github.com/gunnarlium/babel-jspm-karma-jasmine-istanbul/pull/19, and see if that works for you?