Reputation: 1
I am trying to run Karma tests on my Angular project, but I am getting this error (through Chrome Headless):
Uncaught TypeError: angular.module(...).info is not a function at node_modules/angular-mocks/angular-mocks.js:806
This error occurred after updating from Node 6.4.0 to 10.6.0
Suggestions online (such as this: Can't run Karma with Angular 1.4.9 with error angular.module(...).info is not a function) say to make sure angular and all its modules are on the same version. All of mine are on version 1.6.9, so that is not the problem.
What other possible problems could I be having?
Upvotes: 0
Views: 1035