Mon May 13 09:46:07 AM EDT 2024
Code: https://github.com/kusl/angulartensecondlook
Deployment: https://github.com/angularten/angularten.github.io
System Memory
total used free shared buff/cache available
Mem: 15Gi 2.9Gi 417Mi 714Mi 13Gi 12Gi
Swap: 8.0Gi 768Ki 8.0Gi
System Storage
1.6G .
yarn run v1.22.22
$ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 17.3.7
Node: 20.13.1
Package Manager: yarn 1.22.22
OS: linux x64
Angular: 17.3.8
... animations, cdk, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
... service-worker
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1703.7
@angular-devkit/build-angular 17.3.7
@angular-devkit/core 17.3.7
@angular-devkit/schematics 17.3.7
@angular/cli 17.3.7
@angular/material 16.2.14
@schematics/angular 17.3.7
rxjs 6.6.7
typescript 5.2.2
zone.js 0.14.2
Done in 0.55s.
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.36s.
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Latest version: 1.0.30001617
Installed version: 1.0.30001617
caniuse-lite is up to date
caniuse-lite has been successfully updated
No target browser changes
yarn run v1.22.22
$ ng build --configuration production
- Generating browser application bundles (phase: setup)...
✔ Browser application bundle generation complete.
✔ Browser application bundle generation complete.
Error: node_modules/@angular/material/legacy-dialog/index.d.ts:105:67 - error TS2344: Type 'MatLegacyDialogContainer' does not satisfy the constraint '_MatDialogContainerBase'.
Property '_changeDetectorRef' is private in type 'MatLegacyDialogContainer' but not in type '_MatDialogContainerBase'.
105 export declare class MatLegacyDialog extends _MatLegacyDialogBase<MatLegacyDialogContainer> {
~~~~~~~~~~~~~~~~~~~~~~~~
Error: node_modules/@angular/material/legacy-dialog/index.d.ts:199:22 - error TS2415: Class 'MatLegacyDialogContainer' incorrectly extends base class '_MatDialogContainerBase'.
Property '_changeDetectorRef' is private in type 'MatLegacyDialogContainer' but not in type '_MatDialogContainerBase'.
199 export declare class MatLegacyDialogContainer extends _MatLegacyDialogContainerBase {
~~~~~~~~~~~~~~~~~~~~~~~~
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Mon May 13 09:47:20 AM EDT 2024 Mon May 13 09:47:39 AM EDT 2024 yarn version v1.22.22 info Current version: 0.0.715 info New version: 0.0.716 Done in 0.12s.