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
angular.js:68Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module angularDc due to:
Error: [$injector:nomod] Module 'angularDc' 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.8/$injector/nomod?p0=angularDc
at http://localhost:3000/index.js:8421:12
at http://localhost:3000/index.js:10435:17
at ensure (http://localhost:3000/index.js:10359:38)
The text was updated successfully, but these errors were encountered:
Anyone have luck getting this working with webpack and NPM?
With the following code:
I get the following error
The text was updated successfully, but these errors were encountered: