You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using jspm to load angular, when I run karma, I have Can't find variable: angular. This error is generated by the file generated by ng-html2js.
Here is my karma.conf :
Actually I have this error when I add base/ prefix before conf.path.src('app/**/*.js'), in jspm.loadFiles.
When I don't add this, I have the following error : Potentially unhandled rejection [6] Error: XHR error (404 Not Found) loading http://localhost:9876/base/jspm_packages/npm/[email protected]
I'm using jspm to load angular, when I run karma, I have
Can't find variable: angular
. This error is generated by the file generated byng-html2js
.Here is my karma.conf :
I tried to add
angular
to the paths lists and also to the files list but none worked.The text was updated successfully, but these errors were encountered: