I am following the upgrade example at https://angular.io/docs/ts/latest/guide/upgrade.html#!#phonecat-preparation-tutorial I am at just before the Preparing Tests section.
When I start up the server and try to run the app, I get errors (see below). I have been trying to debug and see the issues. I see that angular is trying to load an undefined module. I can't figure out which module is undefined. Any help is appreciated. Attached is my example project, without bower_components and node_modules. system.src.js:121 Uncaught (in promise) Error: Error: [$injector:modulerr] Failed to instantiate module phonecatApp due to: Error: [$injector:modulerr] Failed to instantiate module undefined due to: Error: [ng:areq] Argument 'module' is not a function, got undefined http://errors.angularjs.org/1.4.10/ng/areq?p0=module&p1=not%20a%20function%2C%20got%20undefined at http://localhost:8000/app/bower_components/angular/angular.js:68:12 at assertArg (http://localhost:8000/app/bower_components/angular/angular.js:1822:11) at assertArgFn (http://localhost:8000/app/bower_components/angular/angular.js:1832:3) at http://localhost:8000/app/bower_components/angular/angular.js:4481:11 at forEach (http://localhost:8000/app/bower_components/angular/angular.js:341:20) at loadModules (http://localhost:8000/app/bower_components/angular/angular.js:4456:5) at http://localhost:8000/app/bower_components/angular/angular.js:4473:40 at forEach (http://localhost:8000/app/bower_components/angular/angular.js:341:20) at loadModules (http://localhost:8000/app/bower_components/angular/angular.js:4456:5) at createInjector (http://localhost:8000/app/bower_components/angular/angular.js:4381:11) http://errors.angularjs.org/1.4.10/$injector/modulerr?p0=undefined&p1=Error…calhost%3A8000%2Fapp%2Fbower_components%2Fangular%2Fangular.js%3A4381%3A11) at http://localhost:8000/app/bower_components/angular/angular.js:68:12 at http://localhost:8000/app/bower_components/angular/angular.js:4495:15 at forEach (http://localhost:8000/app/bower_components/angular/angular.js:341:20) at loadModules (http://localhost:8000/app/bower_components/angular/angular.js:4456:5) at http://localhost:8000/app/bower_components/angular/angular.js:4473:40 at forEach (http://localhost:8000/app/bower_components/angular/angular.js:341:20) at loadModules (http://localhost:8000/app/bower_components/angular/angular.js:4456:5) at createInjector (http://localhost:8000/app/bower_components/angular/angular.js:4381:11) at doBootstrap (http://localhost:8000/app/bower_components/angular/angular.js:1683:20) at Object.bootstrap (http://localhost:8000/app/bower_components/angular/angular.js:1704:12) http://errors.angularjs.org/1.4.10/$injector/modulerr?p0=phonecatApp&p1=Err…calhost%3A8000%2Fapp%2Fbower_components%2Fangular%2Fangular.js%3A1704%3A12) at http://localhost:8000/app/bower_components/angular/angular.js:68:12 at http://localhost:8000/app/bower_components/angular/angular.js:4495:15 at forEach (http://localhost:8000/app/bower_components/angular/angular.js:341:20) at loadModules (http://localhost:8000/app/bower_components/angular/angular.js:4456:5) at createInjector (http://localhost:8000/app/bower_components/angular/angular.js:4381:11) at doBootstrap (http://localhost:8000/app/bower_components/angular/angular.js:1683:20) at Object.bootstrap (http://localhost:8000/app/bower_components/angular/angular.js:1704:12) at System.register.context_1.execute (http://localhost:8000/app/js/app.module.js:41:21) Error loading http://localhost:8000/app/js/app.module.js -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.