Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console Uncaught Error: [$injector:modulerr] #1492

Closed
deividaspetraitis opened this issue Feb 17, 2016 · 3 comments
Closed

Console Uncaught Error: [$injector:modulerr] #1492

deividaspetraitis opened this issue Feb 17, 2016 · 3 comments

Comments

@deividaspetraitis
Copy link

I have following this doc: http://learn.mean.io/

Unfortunately with no success, in console i see following:

Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.5.0/$injector/modulerr?p0=mean&p1=Error%3A%20…angular%2Fangular.min.js%3Fv%3D8c9ac3aa67fee6aa599b4624398feba7%3A20%3A449)(anonymous function) @ angular.js:38(anonymous function) @ angular.js:4526n @ angular.js:321g @ angular.js:4487fb @ angular.js:4409Ac.c @ angular.js:1691Ac @ angular.js:1712(anonymous function) @ index.js?v=2738ecbd5273ee77f02ee08d77eaa20e:9i @ jquery.min.js?v=6fc159d00dc3cea4153c038739683f93:2j.fireWith @ jquery.min.js?v=6fc159d00dc3cea4153c038739683f93:2n.extend.ready @ jquery.min.js?v=6fc159d00dc3cea4153c038739683f93:2J @ jquery.min.js?v=6fc159d00dc3cea4153c038739683f93:2

OS name and version (running on vagrant):

Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

NodeJS and NPM version : Output of node -v and npm -v:

node: v5.6.0
npm: 3.7.2

MEAN Status : Output of mean status in project directory:

    MEAN Status
    -----------

    MEAN VERSION: 0.5.5

    DB connection successful!

    MongoDB URI: mongodb://localhost/mean-dev

    checking meanio and global mean-cli versions
    mean-cli at latest version: 0.11.1
    meanio at latest version: 0.8.83
@deividaspetraitis
Copy link
Author

I've figured out the problem. It was about not installed bower dependencies. by running bower install in project rool and followed packages fixed issue:

root/packages/custom/i18n$ bower install
root/packages/core/users$ bower install
root/packages/core/admin$ bower install

@FrankOrtmann
Copy link

I have the same problem on OS X 10.11.

mean-cli 0.11.1
meanio 0.8.83
npm 2.14.20
bower 1.7.7
nodejs 4.3.1

I have tried to run bower install in each package, but that did not help.

Any other ideas how to solve this?

@ilyachenko
Copy link

Change "angular-ui-router": "#master" to "angular-ui-router": "latest" in bower.json
This solution helped me today.

sarareisner pushed a commit to liorkesos/mean that referenced this issue Mar 27, 2017
* Updated to support font loaders

not sure for which branch i should create a pull request

* Update webpack.common.js

* ~ optimizing woff pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants