You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running "npm install" I receive an UNMET PEER DEPENDENCY error for typescript.
So I manually run "npm install typescript --save-dev" and it still returns the following error:
`-- UNMET PEER DEPENDENCY typescript@1.9.0-dev.20160620-1.0
npm WARN tslint@3.11.0 requires a peer of typescript@>=1.7.3 but none was installed.
npm ERR! code 1
You can ignore that. We use the 1.9 dev version of TS and npm has some issues with version comparison with it for some reason. It doesn't actually affect anything.
Bug, feature request, or proposal:
Upon running "npm install" I receive an UNMET PEER DEPENDENCY error for typescript.
So I manually run "npm install typescript --save-dev" and it still returns the following error:
`-- UNMET PEER DEPENDENCY typescript@1.9.0-dev.20160620-1.0
npm WARN tslint@3.11.0 requires a peer of typescript@>=1.7.3 but none was installed.
npm ERR! code 1
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Angular 2, latest clone of Material master branch, Windows 7, Chrome, Node 6.2.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: