dgeni-alive icon indicating copy to clipboard operation
dgeni-alive copied to clipboard

Mismatched angular dependencies 1.6.x

Open amiteshhh opened this issue 8 years ago • 1 comments

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

amiteshhh avatar Feb 12 '17 06:02 amiteshhh

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

scottux avatar Feb 19 '17 23:02 scottux