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.
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._
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.