'error TS2307: Cannot find module './media-matcher'

ng build

Your global Angular CLI version (13.2.5) is greater than your local version (9.1.9). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".

ERROR in node_modules/@angular/cdk/layout/breakpoints-observer.d.ts:9:30 - error TS2307: Cannot find module './media-matcher'.

9 import { MediaMatcher } from './media-matcher'; ~~~~~~~~~~~~~~~~~ node_modules/@angular/cdk/layout/public-api.d.ts:11:30 - error TS2307: Cannot find module './media-matcher'.

11 export { MediaMatcher } from './media-matcher'; ~~~~~~~~~~~~~~~~~

How to fix this issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source