angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.22k stars 6.69k forks source link

Cannot use icon component with Angular2 rc2 #737

Closed netmikey closed 8 years ago

netmikey commented 8 years ago

Bug, feature request, or proposal:

Bug

What is the expected behavior?

material2's icon component should be usable with current Angular RCs

What is the current behavior?

material2's icon component is only usable with Angular2 RC1 because of the fixed dependency "@angular/http": "2.0.0-rc.1"

What are the steps to reproduce?

try to use material2's icon component with ng-cli 1.0.0-beta.6 and angular 2.0.0-rc.2.

jelbourn commented 8 years ago

You should be able to use rc2 with it, just ignore the peer dependency warning from npm.

netmikey commented 8 years ago

@jelbourn Unfortunately, these are errors, not warnings: npm install yields a non-zero exit code.

npm ERR! Darwin 15.5.0
npm ERR! argv "/opt/local/bin/node" "/opt/local/bin/npm" "install"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.3
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package @angular/http@2.0.0-rc.2 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular2-material/icon@2.0.0-alpha.5-2 wants @angular/http@2.0.0-rc.1
angular-automatic-lock-bot[bot] commented 4 years ago

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.