Angular2-jwt: Use with Angular 2.3.x

Created on 16 Dec 2016  ·  14Comments  ·  Source: auth0/angular2-jwt

New Angular 2.3.x versions use RxJS 5.0.0.rc4. If I upgrade my app to this versions, angular2-jwt has an unmeet dependency - RxJS 5.0.0.beta12.

Is there a way to upgrade both libraries?

Thanks.

bug

Most helpful comment

@chenkie we should just update to 2.4 and the released version of rxjs

All 14 comments

Fixed and releasing shortly.

@chenkie we should just update to 2.4 and the released version of rxjs

Is there an update on this? Still get the same issue.

I am also getting the same issue with Angular 2.3.x , please release it asap:)

Would like the release that fixes this as well. The NPM warnings are getting a little old. :-)

Everything seems to be working just fine with [email protected].

Hi,

npm 4.0.5/ node 6.9.4

The warning npm is always:

npm WARN [email protected] requires a peer of [email protected] but none was installed.

same problem here.

Is it about the version of Angular 2?

I use the 2.4.2 version actually.

In my case I'm using [email protected] and it creates apps using [email protected] and the angular2-jwt depends on the rxjs beta 12. angular2-jwt just needs to update to the latest angular and rxjs, verify and release.

solved with:

npm install angular2-jwt and then edit package.json into node_modules/angular2-jwt with:

"rxjs": "^5.0.1"

I think a new release is the good solution.

This should be resolved in 0.1.28. Please reopen if that is not the case.

This isn't solved. Same error.
`├── [email protected] extraneous
└── UNMET PEER DEPENDENCY [email protected]

npm WARN [email protected] requires a peer of rxjs@^5.0.0 but none was installed.`

Upgrade to a newer 2.3.x release or go to 2.4.x

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kolkov picture kolkov  ·  3Comments

nickraphael picture nickraphael  ·  3Comments

n0490b picture n0490b  ·  4Comments

leosvelperez picture leosvelperez  ·  5Comments

mahendra2125 picture mahendra2125  ·  4Comments