I'm trying to make an application with ionic 3 that uses angular but I throw this error when using the library @ auth0 / angular-jwt, when trying to reinstall rxjs because I guess it will be version errors, I guess ... throws me the error
+-- UNMET PEER DEPENDENCY @angular/[email protected]
'-- [email protected] invalid
I tried
npm install @angular/[email protected]
but without success I do not solve the problem the right mistake is when adding these lines
import { JwtHelperService } from '@auth0/angular-jwt';
const helper = new JwtHelperService();