There's a question with almost the same title as mine with no answers here, and I can't comment to see if @Gabriel-Kunkel got anywhere with it. I was going to post an answer, but I saw StackOverflow said to avoid doing that, so asking the same question was the best I could think to do...
I'm trying to get a fresh install from the generator-angular-fullstack with these options
- Grunt
- Jasmine
- TypeScript
- HTML
- LESS
- ui-router
- Bootstrap
- UI-Bootstrap
- Mongo
- Authentication Boilerplate (Yes)
- No other oAuth strategies
- Socket.io (Yes)
The generator, before changing/adding anything, loads a blank screen with these error holding it up in the Chrome console:
Uncaught Error: [$injector:nomod] Module 'intranetApp.auth' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
And also the same thing with 'intranetApp.admin'
Does anyone know what I can do to fix this?