-
Notifications
You must be signed in to change notification settings - Fork 139
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
Can't upgrade my project to Angular 6 #428
Comments
@Darkmarus did you change the package.json manually? I'm trying with the |
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! |
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. |
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.
The text was updated successfully, but these errors were encountered: