Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

nemLogging unmet dependency error #1892

Open
wheelerlaw opened this issue Jul 8, 2016 · 1 comment
Open

nemLogging unmet dependency error #1892

wheelerlaw opened this issue Jul 8, 2016 · 1 comment

Comments

@wheelerlaw
Copy link

Thanks to the guys of React-Router, for standardizing the way on how to report bugs

An issue example

Version

2.3.3

Test Case

http://jsbin.com/hicebe/edit?html,css,js,output

Direct output here

Steps to reproduce

I added angular-google-maps to my package.json, added require('angular-google-maps) to the top of the module I planned to use it on, and then added uiGmapgoogle-maps to the list of angular module depencies. I then opeened up my web browser.

Expected Behavior

My app to appear in the browser

Actual Behavior

Instead, I received a white, blank page, with the following console output:

angular.js:68 Uncaught Error: [$injector:modulerr] Failed to instantiate module App due to:
Error: [$injector:modulerr] Failed to instantiate module App.SingleEntity due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.directives.api due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.directives.api.models.parent due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.directives.api.models.child due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.directives.api.utils due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.extensions due to:
Error: [$injector:modulerr] Failed to instantiate module uiGmapgoogle-maps.providers due to:
Error: [$injector:modulerr] Failed to instantiate module nemLogging due to:
Error: [$injector:nomod] Module 'nemLogging' 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.
http://errors.angularjs.org/1.5.5/$injector/nomod?p0=nemLogging
@wheelerlaw
Copy link
Author

I tried adding angular-simple-logger to my devDependencies and I still received the error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant