unmet peer dependency with angular4
See original GitHub issueBug, feature request, or proposal:
A problem
What is the expected behavior?
Flawless installation
What is the current behavior?
Unmet peer dependencies with higher versions of demanded dependencies resulting in failing installation
What are the steps to reproduce?
Use these angular dependencies in package.json
:
"@angular/animations": "^4.1.3",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/platform-server": "^4.1.3",
"@angular/router": "^4.1.3",
What is the use-case or motivation for changing an existing behavior?
I need to use this particular version of angular.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.1.3 and the newest material
Is there anything else we should know?
http://i.imgur.com/p7u2kDI.png http://i.imgur.com/JACGk3F.png
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How do I fix the npm UNMET PEER DEPENDENCY warning?
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.
Read more >Error npm UNMET PEER DEPENDENCY warning - Edureka
Hello @kartik,. UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not...
Read more >unmet peer dependencies? #4721 - angular/angular-cli - GitHub
@KhizerRehan there is no peer-dependency issue with @angular/cli itself currently. The peer dependencies you have right now are due to your ...
Read more >incorrect peer dependency and has unmet peer dependency ...
We are concerned about the incorrect peer dependency and has unmet peer dependency warnings: C:\Users\Foo\source\repos\CompassZero\angular>yarn ...
Read more >check-peer-dependencies - npm
Checks peer dependencies of the current package. Offers solutions for any that are unmet.. Latest version: 4.1.0, last published: a year ago ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jelbourn Why did you close this? I have this issue and I don’t see it resolve anywhere.
@spartanPAGE Try wiping away your
node_modules
andpackage-lock.json
. I suspect this is a problem with your environment. The package.json for the latest release lists deps at^4.0.0
, which^4.1.3
satisfies. So either a problem withnpm
(old version?) or with your environment.