Ngx-highlightjs dependency problem

I have tried to update my @angular/cli and core to install material over my auth0 sample project and I can’t build it with this alert… What can I do?

node_modules/ngx-highlightjs/lib/highlight.module.d.ts:1:22
1 export declare class HighlightModule {
~~~~~~~~~~~~~~~
This likely means that the library (ngx-highlightjs) which declares HighlightModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library’s authors to see if the library is expected to be compatible with Ivy.

Hey there!

Can you share here the links to the Auth0 quickstarts and SDKs you are using in your implementation? Thanks!

First:

Create application/Single Page Web Applications/Angular/Download Sample

: https://manage.auth0.com/dashboard/us/dev-wx0k55smuoqzhzrz/

Yesterday, I started a new angular project from scratch without the sample project Auth with Highlightjs and interceptor in sample project

imports: [

BrowserModule,

AppRoutingModule,

HttpClientModule,

NgbModule,

HighlightModule,

FontAwesomeModule,

AuthModule.forRoot({

…env.auth,

httpInterceptor: {

…env.httpInterceptor,

},

}),

and all is working…

Must we start new project with your sample or it’s safe with:

AuthModule.forRoot({

domain: ‘dev-wx’,

clientId: ‘x2L3’,

authorizationParams: {

redirect_uri: window.location.origin

}

}),

PastedGraphic-1.tiff