You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following errors when running 'ng build' command in Angular 18.2.13 and @bugsnag/plugin-angular 8.1.2
When I downgrade the latter to 8.0.0 issue disappears. Also, it is reproducible after removing node_modules and package-lock.json and running npm install which is always the case in a CI/CD server.
Application bundle generation failed. [27.934 seconds]
✘ [ERROR] TS2694: Namespace '"node_modules/@angular/core/index"' has no exported member 'ɵɵFactoryDef'. [plugin angular-compiler]
node_modules/@bugsnag/plugin-angular/dist/esm2015/index.d.ts:8:20:
8 │ static ɵfac: i0.ɵɵFactoryDef<BugsnagErrorHandler, never>;
╵ ~~~~~~~~~~
✘ [ERROR] TS2724: '"node_modules/@angular/core/index"' has no exported member named 'ɵɵInjectableDef'. Did you mean 'ɵgetInjectableDef'? [plugin angular-compiler]
node_modules/@bugsnag/plugin-angular/dist/esm2015/index.d.ts:9:21:
9 │ static ɵprov: i0.ɵɵInjectableDef<BugsnagErrorHandler>;
╵ ~~~~~~~~~~~~~
Hi @pavloldev6,
Thanks for raising this.
Our engineers are going to implement a fix, and we will be sure to let you know here once the fix is released.
When I downgrade the latter to 8.0.0 issue disappears. Also, it is reproducible after removing node_modules and package-lock.json and running npm install which is always the case in a CI/CD server.
Originally posted by @pavloldev6 in #2144 (comment)
The text was updated successfully, but these errors were encountered: