question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using Angular Material v10

See original GitHub issue

We updated our project to Angular v10 and upgrading Angular Material v10 didn’t work without using --force:

$ ng update @angular/material
Using package manager: 'npm'
Collecting installed dependencies...
Found 40 dependencies.
Fetching dependency metadata from registry...
                  Package "@danielmoncada/angular-datetime-picker" has an incompatible peer dependency to "@angular/cdk" (requires "^8.0.0 || ^9.0.0", would install "10.0.1").
✖ Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
  See "/private/var/folders/9w/p0dbd93j26qcc_5z4h222_c00000gn/T/ng-kqHLjM/angular-errors.log" for further details.

The update with --force worked without any issues.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
danielmoncadacommented, Jul 1, 2020

I’ve been pretty busy with work lately… I’ll do my best to look into ng10 support this week

2reactions
danielmoncadacommented, Aug 4, 2020

@fruchtzwerg thanks, I’ll go ahead and push it out of alpha.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Material UI component library
Provide tools that help developers build their own custom components with common interaction patterns. Customizable within the bounds of the Material Design ...
Read more >
10.0.2 - @angular/material - npm
Start using @angular/material in your project by running `npm i @angular/material`. There are 2264 other projects in the npm registry using ...
Read more >
Angular Material v10 snippets - Visual Studio Marketplace
HTML Snippets ; a-md-input-fc, matInput with formControlName enclosed <mat-form-field> ; a-md-input-ngModel, matInput with ngModel enclosed <mat- ...
Read more >
Angular Material V10 Mat Select With Mat Chip List Qx5cq ...
'@angular/material/form-field';. import {SelectMultipleExample} from './app/. select-multiple-example';. // Default MatFormField appearance to 'fill'.
Read more >
Building World-class Apps with Angular Material - Fullstack.io
Angular Material aims to do exactly that - it is the official implementation of Material Design for the Angular Framework and is built...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found