Arnaud73 / ngx-matomo

Matomo (aka. Piwik) web analytics for Angular applications
MIT License
102 stars 48 forks source link

Error TS2694 when building app on Angular 9 #89

Closed jaymit-cc closed 1 year ago

jaymit-cc commented 2 years ago

ERROR in node_modules/ngx-image-cropper/lib/services/crop.service.d.ts:13:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

13     static ɵfac: i0.ɵɵFactoryDeclaration<CropService, never>;
                       ~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/services/crop.service.d.ts:14:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

14     static ɵprov: i0.ɵɵInjectableDeclaration<CropService>;
                        ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/services/cropper-position.service.d.ts:12:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

12     static ɵfac: i0.ɵɵFactoryDeclaration<CropperPositionService, never>;
                       ~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/services/cropper-position.service.d.ts:13:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

13     static ɵprov: i0.ɵɵInjectableDeclaration<CropperPositionService>;
                        ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/services/load-image.service.d.ts:15:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

15     static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageService, never>;
                       ~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/services/load-image.service.d.ts:16:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

16     static ɵprov: i0.ɵɵInjectableDeclaration<LoadImageService>;
                        ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/component/image-cropper.component.d.ts:101:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

101     static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropperComponent, never>;
                        ~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/component/image-cropper.component.d.ts:102:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'.

102     static ɵcmp: i0.ɵɵComponentDeclaration<ImageCropperComponent, "image-cropper", never, { "imageChangedEvent": "imageChangedEvent"; "imageURL": "imageURL"; "imageBase64": "imageBase64"; "imageFile": "imageFile"; "format": "format"; "transform": "transform"; "maintainAspectRatio": "maintainAspectRatio"; "aspectRatio": "aspectRatio"; "resizeToWidth": "resizeToWidth"; "resizeToHeight": "resizeToHeight"; "cropperMinWidth": "cropperMinWidth"; "cropperMinHeight": "cropperMinHeight"; "cropperMaxHeight": "cropperMaxHeight"; "cropperMaxWidth": "cropperMaxWidth"; "cropperStaticWidth": "cropperStaticWidth"; "cropperStaticHeight": "cropperStaticHeight"; "canvasRotation": "canvasRotation"; "initialStepSize": "initialStepSize"; "roundCropper": "roundCropper"; "onlyScaleDown": "onlyScaleDown"; "imageQuality": "imageQuality"; "autoCrop": "autoCrop"; "backgroundColor": "backgroundColor"; "containWithinAspectRatio": "containWithinAspectRatio"; "hideResizeSquares": "hideResizeSquares"; "allowMoveImage": "allowMoveImage"; "cropper": "cropper"; "alignImage": "alignImage"; "disabled": "disabled"; }, { "imageCropped": "imageCropped"; "startCropImage": "startCropImage"; "imageLoaded": "imageLoaded"; "cropperReady": "cropperReady"; "loadImageFailed": "loadImageFailed"; "transformChange": "transformChange"; }, never, never>;
                        ~~~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:5:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

5     static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropperModule, never>;
                      ~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:6:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.

6     static ɵmod: i0.ɵɵNgModuleDeclaration<ImageCropperModule, [typeof i1.ImageCropperComponent], [typeof i2.CommonModule], [typeof i1.ImageCropperComponent]>;
                      ~~~~~~~~~~~~~~~~~~~~~
node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:7:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.

7     static ɵinj: i0.ɵɵInjectorDeclaration<ImageCropperModule>;
                      ~~~~~~~~~~~~~~~~~~~~~

** Angular Live Development Server is listening on localhost:1411, open your browser on http://localhost:1411/ **
70% building 66/66 modules 0 active    
    ERROR in node_modules/ngx-image-cropper/lib/services/crop.service.d.ts:13:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

    13     static ɵfac: i0.ɵɵFactoryDeclaration<CropService, never>;
                           ~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/services/crop.service.d.ts:14:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

    14     static ɵprov: i0.ɵɵInjectableDeclaration<CropService>;
                            ~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/services/cropper-position.service.d.ts:12:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

    12     static ɵfac: i0.ɵɵFactoryDeclaration<CropperPositionService, never>;
                           ~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/services/cropper-position.service.d.ts:13:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

    13     static ɵprov: i0.ɵɵInjectableDeclaration<CropperPositionService>;
                            ~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/services/load-image.service.d.ts:15:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

    15     static ɵfac: i0.ɵɵFactoryDeclaration<LoadImageService, never>;
                           ~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/services/load-image.service.d.ts:16:22 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration'.

    16     static ɵprov: i0.ɵɵInjectableDeclaration<LoadImageService>;
                            ~~~~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/component/image-cropper.component.d.ts:101:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

    101     static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropperComponent, never>;
                            ~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/component/image-cropper.component.d.ts:102:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵComponentDeclaration'.

    102     static ɵcmp: i0.ɵɵComponentDeclaration<ImageCropperComponent, "image-cropper", never, { "imageChangedEvent": "imageChangedEvent"; "imageURL": "imageURL"; "imageBase64": "imageBase64"; "imageFile": "imageFile"; "format": "format"; "transform": "transform"; "maintainAspectRatio": "maintainAspectRatio"; "aspectRatio": "aspectRatio"; "resizeToWidth": "resizeToWidth"; "resizeToHeight": "resizeToHeight"; "cropperMinWidth": "cropperMinWidth"; "cropperMinHeight": "cropperMinHeight"; "cropperMaxHeight": "cropperMaxHeight"; "cropperMaxWidth": "cropperMaxWidth"; "cropperStaticWidth": "cropperStaticWidth"; "cropperStaticHeight": "cropperStaticHeight"; "canvasRotation": "canvasRotation"; "initialStepSize": "initialStepSize"; "roundCropper": "roundCropper"; "onlyScaleDown": "onlyScaleDown"; "imageQuality": "imageQuality"; "autoCrop": "autoCrop"; "backgroundColor": "backgroundColor"; "containWithinAspectRatio": "containWithinAspectRatio"; "hideResizeSquares": "hideResizeSquares"; "allowMoveImage": "allowMoveImage"; "cropper": "cropper"; "alignImage": "alignImage"; "disabled": "disabled"; }, { "imageCropped": "imageCropped"; "startCropImage": "startCropImage"; "imageLoaded": "imageLoaded"; "cropperReady": "cropperReady"; "loadImageFailed": "loadImageFailed"; "transformChange": "transformChange"; }, never, never>;
                            ~~~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:5:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'.

    5     static ɵfac: i0.ɵɵFactoryDeclaration<ImageCropperModule, never>;
                          ~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:6:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵNgModuleDeclaration'.

    6     static ɵmod: i0.ɵɵNgModuleDeclaration<ImageCropperModule, [typeof i1.ImageCropperComponent], [typeof i2.CommonModule], [typeof i1.ImageCropperComponent]>;
                          ~~~~~~~~~~~~~~~~~~~~~
    node_modules/ngx-image-cropper/lib/image-cropper.module.d.ts:7:21 - error TS2694: Namespace '"/home/craftsmanship04/Desktop/Jaymit/JB/utilify-admin-client-v3/node_modules/@angular/core/core"' has no exported member 'ɵɵInjectorDeclaration'.

    7     static ɵinj: i0.ɵɵInjectorDeclaration<ImageCropperModule>;
                          ~~~~~~~~~~~~~~~~~~~~~

Date: 2022-07-27T10:46:39.868Z - Hash: e273d119ac8fb5a584af
1 unchanged chunks
chunk {default~invitations-invitations-module~sales-dashboard-sales-dashboard-module} default~invitations-invitations-module~sales-dashboard-sales-dashboard-module.js, default~invitations-invitations-module~sales-dashboard-sales-dashboard-module.js.map (default~invitations-invitations-module~sales-dashboard-sales-dashboard-module) 93.3 kB  [rendered]
chunk {default~modules-admin-admin-module~modules-public-public-module} default~modules-admin-admin-module~modules-public-public-module.js, default~modules-admin-admin-module~modules-public-public-module.js.map (default~modules-admin-admin-module~modules-public-public-module) 479 kB  [rendered]
chunk {email-templates-email-templates-module} email-templates-email-templates-module.js, email-templates-email-templates-module.js.map (email-templates-email-templates-module) 55.4 kB  [rendered]
chunk {main} main.js, main.js.map (main) 530 kB [initial] [rendered]
chunk {meter-lookup-meter-lookup-module} meter-lookup-meter-lookup-module.js, meter-lookup-meter-lookup-module.js.map (meter-lookup-meter-lookup-module) 60.5 kB  [rendered]
chunk {modules-admin-admin-module} modules-admin-admin-module.js, modules-admin-admin-module.js.map (modules-admin-admin-module) 11.3 MB  [rendered]
chunk {modules-public-public-module} modules-public-public-module.js, modules-public-public-module.js.map (modules-public-public-module) 69.5 kB  [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 141 kB [initial] [rendered]
chunk {pricing-pricing-module} pricing-pricing-module.js, pricing-pricing-module.js.map (pricing-pricing-module) 397 kB  [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 9.92 kB [entry] [rendered]
chunk {sales-dashboard-sales-dashboard-module} sales-dashboard-sales-dashboard-module.js, sales-dashboard-sales-dashboard-module.js.map (sales-dashboard-sales-dashboard-module) 8.62 kB  [rendered]
chunk {styles} styles.js, styles.js.map (styles) 1.21 MB [initial] [rendered]
chunk {suppliers-suppliers-module} suppliers-suppliers-module.js, suppliers-suppliers-module.js.map (suppliers-suppliers-module) 204 kB  [rendered]
chunk {system-users-system-users-module} system-users-system-users-module.js, system-users-system-users-module.js.map (system-users-system-users-module) 87.4 kB  [rendered]
chunk {tools-tools-module} tools-tools-module.js, tools-tools-module.js.map (tools-tools-module) 102 kB  [rendered]
chunk {utility-type-categories-utility-type-categories-module} utility-type-categories-utility-type-categories-module.js, utility-type-categories-utility-type-categories-module.js.map (utility-type-categories-utility-type-categories-module) 63.5 kB  [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 7.46 MB [initial] [rendered]
Time: 21596ms

ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1223:9575-9601
Can't import the named export 'ChangeDetectionStrategy' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1226:65-88
Can't import the named export 'ChangeDetectionStrategy' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1222:269-289
Can't import the named export 'ChangeDetectorRef' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1227:170-190
Can't import the named export 'ChangeDetectorRef' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1329:181-193
Can't import the named export 'CommonModule' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1331:12-24
Can't import the named export 'CommonModule' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1337:24-36
Can't import the named export 'CommonModule' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1225:18-27
Can't import the named export 'Component' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1222:241-256
Can't import the named export 'DomSanitizer' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1227:143-158
Can't import the named export 'DomSanitizer' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 825:32-44
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 826:34-46
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 827:31-43
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 828:32-44
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 829:35-47
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 830:35-47
Can't import the named export 'EventEmitter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1288:22-33
Can't import the named export 'HostBinding' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1293:22-33
Can't import the named export 'HostBinding' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1310:22-34
Can't import the named export 'HostListener' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1313:22-34
Can't import the named export 'HostListener' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1316:22-34
Can't import the named export 'HostListener' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1319:22-34
Can't import the named export 'HostListener' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1322:22-34
Can't import the named export 'HostListener' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 315:18-28
Can't import the named export 'Injectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 516:18-28
Can't import the named export 'Injectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 774:18-28
Can't import the named export 'Injectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1234:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1236:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1238:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1240:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1242:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1244:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1246:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1248:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1250:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1252:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1254:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1256:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1258:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1260:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1262:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1264:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1266:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1268:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1270:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1272:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1274:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1276:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1278:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1280:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1282:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1284:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1286:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1291:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1296:22-27
Can't import the named export 'Input' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1223:9484-9491
Can't import the named export 'NgIf' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1334:18-26
Can't import the named export 'NgModule' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1298:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
[[39m31mERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1300:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1302:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1304:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1306:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1308:22-28
Can't import the named export 'Output' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1228:22-31
Can't import the named export 'ViewChild' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1231:22-31
Can't import the named export 'ViewChild' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 661:15-24
Can't import the named export '__awaiter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 682:15-24
Can't import the named export '__awaiter' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1007:17-26
Can't import the named export 'isDevMode' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 312:135-153
Can't import the named export 'ɵɵFactoryTarget' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 513:157-175
Can't import the named export 'ɵɵFactoryTarget' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 771:145-163
Can't import the named export 'ɵɵFactoryTarget' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1222:302-320
Can't import the named export 'ɵɵFactoryTarget' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1328:149-167
Can't import the named export 'ɵɵFactoryTarget' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 314:0-27
Can't import the named export 'ɵɵngDeclareClassMetadata' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 515:0-27
Can't import the named export 'ɵɵngDeclareClassMetadata' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 773:0-27
Can't import the named export 'ɵɵngDeclareClassMetadata' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1224:0-27
Can't import the named export 'ɵɵngDeclareClassMetadata' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1333:0-27
Can't import the named export 'ɵɵngDeclareClassMetadata' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1223:29-52
Can't import the named export 'ɵɵngDeclareComponent' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 312:19-40
Can't import the named export 'ɵɵngDeclareFactory' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 513:30-51
Can't import the named export 'ɵɵngDeclareFactory' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 771:24-45
Can't import the named export 'ɵɵngDeclareFactory' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1222:29-50
Can't import the named export 'ɵɵngDeclareFactory' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1328:26-47
Can't import the named export 'ɵɵngDeclareFactory' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 313:20-44
Can't import the named export 'ɵɵngDeclareInjectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 514:31-55
Can't import the named export 'ɵɵngDeclareInjectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 772:25-49
Can't import the named export 'ɵɵngDeclareInjectable' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1330:26-48
Can't import the named export 'ɵɵngDeclareInjector' from non EcmaScript module (only default export is available)
ERROR in ./node_modules/ngx-image-cropper/fesm2015/ngx-image-cropper.mjs 1329:26-48
Can't import the named export 'ɵɵngDeclareNgModule' from non EcmaScript module (only default export is available)
bouchepat commented 1 year ago

Same issue. Using the "ngx-matomo": "^1.0.0-rc.1" but get similar build errors

bouchepat commented 1 year ago

Same issue. Using the "ngx-matomo": "^1.0.0-rc.1" but get similar build errors

Version 1.0.0-rc.0 seems to work

Arnaud73 commented 1 year ago

@jaymit-cc, from what I see, I'd rather say your problem is related to ngx-image-cropper, not ngx-matomo…

Arnaud73 commented 1 year ago

@bouchepat , @sebamomann, the main difference between 1.0.0-rc.0 and 1.0.0-rc.1 is that the library moved from Angular 11 to Angular 12 rc2. I do not remember a modification in the Angular Package Format (APF) that prevented an Angular 12 lib to be used with and Angular 9 app.

Are you still developing on Angular 9?