Closed micaelmbagira closed 8 years ago
Adding the paths like that is exactly the solution to the first issue.
For the second issue, I guess that's just about ensuring you're using unminified versions of sources, and debugging carefully what that might be.
Actually sources are already unminified, the end of the error log looks like that
at j (:2)
at f (:2)
at m (:2)
at :2
at execute (/webapp4/jspm_packages/system.src.js:4114)
at linkDynamicModule (/webapp4/jspm_packages/system.src.js:3234)
at getModule (/webapp4/jspm_packages/system.src.js:3190)
at /webapp4/jspm_packages/system.src.js:3226
at require (/webapp4/jspm_packages/system.src.js:3863)
at :1
at :190
at :191
Evaluating /jspm_packages/npm/systemjs-plugin-babel@0.0.8/plugin-babel.js
Error loading /webapp4/jspm_packages/npm/systemjs-plugin-babel@0.0.8/plugin-babel.js
Error loading /webapp4/src/app/footer.js
Both plugin-babel.js and system.src.js are unminified.
I cannot debug for you @micaelmbagira.
I'd suggest adding console.log statements into the source of plugin-babel.js to see exactly which line it is giving this getter error. File names should be included in the debugging stack, I'm not sure what environment changes might have obscured that.
My app works great with the following jspm conf but when I run tests with karma it have this error:
Here is the
jspm.cconfig.js
:Though, if I add
and then run the tests, I have a different error: