InfomediaLtd/angular2-materialize

Can't upgrade my project to Angular 6

vikthorvergara opened this issue · 6 comments

When I try updating my project to Angular 6, the ng update throws me this error: Package "angular2-materialize" has an incompatible peer dependency to "@angular/common" (requires ">=5.0.0-rc.0 <6.0.0||>=4.0.0 <5.0.0", would install "6.0.2").

Is there something I can do to upgrade my project or I should wait for some update in this package?
Thanks in advance.

yo no tuve problemas para hacerlo funcionar en el angular 6

mis dependencias

screenshot_51

@Darkmarus did you change the package.json manually? I'm trying with the ng update.

Did you solve this problem? I'm trying to update my project and I receive the same error message

I don't know if is the best practice, but I used this command above and its worked:

ng update @angular/core --next --force

Hello, is this still being worked on? When can I expect an update ? Thanks!

EnumC commented

Hello, is this still being worked on? When can I expect an update ? Thanks!

Unfortunately, the repo owner has stopped supporting this library. I created a PR to suppress Angular 5 a while back and have yet to get around to test for Angular 6. If anyone would like to do some test and make sure all the features remain functional, please create a pull request for it to be merged.