Components: the @angular2/icon used a fix version of dependency of @angular2/http

Created on 24 Jun 2016  路  6Comments  路  Source: angular/components

Whend I installed the lastest Angular 2 material icon(2.0.0-alpha.5-2) into my project, I found there is an UNMET error caused by the dependency declared in "@angular/http": "2.0.0-rc.1".

It used a fixed version.

I have upgraded my Angular to 2.0.0-RC.3 in my project. It should be compatible with Angular to 2.0.0-RC.3.

Most helpful comment

@dweitz43 I have updated the latest alpha.6, but icon still depends on a fixed version http 2.0.0.-rc.3, I have to try to upgrade Angular to 2.0.0-rc.4, which will cause another new unmet error.

All 6 comments

i think this was indeed fixed on github but maybe the packages have not been updated in the npm registry? the icon package tarball that is downloaded from the npm registry still specifies 2.0.0-rc.1 as the version for the angular http peer dependency

@dweitz43 I have updated the latest alpha.6, but icon still depends on a fixed version http 2.0.0.-rc.3, I have to try to upgrade Angular to 2.0.0-rc.4, which will cause another new unmet error.

@hantsy indeed, it appears as if alpha.6 is still dependent upon the older rc, i guess we will have to wait for it to be updated to reference rc.4...

+1
Same here. Not it requires ** @angular/[email protected], it should be updated to ** @angular/[email protected], which is the latest version by this far

This should be resolved now.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

constantinlucian picture constantinlucian  路  3Comments

MurhafSousli picture MurhafSousli  路  3Comments

vanor89 picture vanor89  路  3Comments

crutchcorn picture crutchcorn  路  3Comments

savaryt picture savaryt  路  3Comments