Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

536
Views
Angular 9 mat-progress-buttons error: ERROR en No se pudo compilar el punto de entrada mat-progress-buttons (es2015 como esm2015) debido a errores de compilación

Obtuve un error con mat-progress-button que se muestra a continuación después de actualizar de Angular 8 a Angular 9. Funcionaba bien con Angular 8. ¿MatProgressButton es incompatible con Angular 9?

 node_modules/mat-progress-buttons/esm2015/mat-progress-buttons.js:181:26 - error NG1010: Value at position 1 in the NgModule.imports of MatProgressButtonsModule is not a reference: [object Object]

La importación se parece a: import { MatProgressButtonsModule } from 'mat-progress-buttons';

Mi paquete.json se ve así:

 "dependencies": { "@angular/animations": "^9.0.2", "@angular/cdk": "^9.1.0", "@angular/common": "~9.0.2", "@angular/compiler": "~9.0.2", "@angular/core": "~9.0.2", "@angular/forms": "~9.0.2", "@angular/material": "^9.1.0", ... "@angular/router": "~9.0.2", "core-js": "^2.5.4", "mat-file-upload": "^1.3.2", "mat-progress-buttons": "^8.0.7", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.900.3", "@angular/cli": "~9.0.3", "@angular/compiler-cli": "~9.0.2", "@angular/language-service": "~9.0.2", ... "typescript": "^3.7.5" } }
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Tuve el mismo problema. Parece que hubo algún tipo de error con las versiones de los módulos instalados. Lo resolví eliminando la carpeta node_module y reiniciando con npm install .

over 4 years ago · Santiago Trujillo Report

0

Se eliminó la carpeta node_modules, la carpeta dist y el archivo package-lock.json

 npm cache clean --force npm cache verify npm i

¡Entonces funcionó para mí!

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!