Okta OAuth Error

We are using the
@okta/okta-auth-js”: “5.4.1”

Getting the below error while running the project.

TypeScript error in 
Web/ClientApp/node_modules/@okta/okta-auth-js/lib/index.d.ts(24,10):'from' expected.  TS1005    

22 | export * from './AuthStateManager';    
23 | export * from './util';  > 
24 | export * as crypto from './crypto';       
     |              ^    
25 |


Can some help here.

Thanks

Can you take a look at this thread to see if it helps: 5.4.0 Causes Angular 8 Compilation Errors · Issue #929 · okta/okta-auth-js · GitHub