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

Mismatched angular dependencies 1.6.x #21

Open
amiteshhh opened this issue Feb 12, 2017 · 1 comment
Open

Mismatched angular dependencies 1.6.x #21

amiteshhh opened this issue Feb 12, 2017 · 1 comment

Comments

@amiteshhh
Copy link

amiteshhh commented Feb 12, 2017

Similar to Issue #17

Pull request : https://github.com/wingedfox/dgeni-alive/pull/20/files may solve this problem.

Running the generated docs is throwing below error
Uncaught Error: [$injector:unpr] Unknown provider: $$MapProvider in ngAnimate module
Looks like ngAnimate is expecting angular 1.6.x but installed version is 1.5.x.

Since ngAnimate is getting installed via ngMaterialize, is there something wrong in bower dependency of ngMaterialize.

Therefore please add "angular-animate": "1.5.x" explicitly in bower.json to avoid any version mismatch.

node_modules > dgeni-alive > src > packages > website > templates > website > bower.json

@scottux
Copy link

scottux commented Feb 19, 2017

I had to work around this by creating a project copy of 'website' and changing its bower.json file.

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

2 participants