abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

Cannot find exported name of node #455

Closed tecnomage closed 2 years ago

tecnomage commented 3 years ago

Hi, author when i try to run the project i get the following error:

ERROR in Failed to find exported name of node (CommonModule = /** @class */ (function () {
    function CommonModule() {
    }
    CommonModule = __decorate([
        NgModule({
            declarations: [COMMON_DIRECTIVES, COMMON_PIPES],
            exports: [COMMON_DIRECTIVES, COMMON_PIPES],
            providers: [
                { provide: NgLocalization, useClass: NgLocaleLocalization },
            ],
        })
    ], CommonModule);
    return CommonModule;
}())) in '/home/david/dev/bjj-database/node_modules/angularx-social-login/angularx-social-login.js'.

thanks in advance.

==== angularx-social-login@2.0.1 "@angular/common": "^10.2.5", "@angular/compiler": "^10.2.5", "@angular/core": "^10.2.5",

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.