UNMET PEER DEPENDENCY Error occurred When I have use another module in my project
See original GitHub issueI have checked UNMET PEER DEPENDENCY related all issues and have tried as well but not found this issue.
UNMET PEER DEPENDENCY @angular/common@2.3.1 ├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1 ├── UNMET PEER DEPENDENCY @angular/core@2.3.1 ├── @angular/material@2.0.0-beta.1 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.3.1 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12 └── UNMET PEER DEPENDENCY zone.js@0.6.26
UNMET PEER DEPENDENCY @angular/common@2.3.1 ├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1 ├── UNMET PEER DEPENDENCY @angular/core@2.3.1 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.3.1 ├── md2@0.0.10-2 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12 └── UNMET PEER DEPENDENCY zone.js@0.6.26
UNMET PEER DEPENDENCY @angular/common@2.3.1 ├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1 ├── UNMET PEER DEPENDENCY @angular/core@2.3.1 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.3.1 ├── ng2-slimscroll@1.2.1 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12 └── UNMET PEER DEPENDENCY zone.js@0.6.26
UNMET PEER DEPENDENCY @angular/common@2.3.1 ├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1 ├── UNMET PEER DEPENDENCY @angular/core@2.3.1 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.3.1 ├── ng2-auto-complete@0.8.9 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12 └── UNMET PEER DEPENDENCY zone.js@0.6.26
UNMET PEER DEPENDENCY @angular/common@2.3.1 ├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1 ├── UNMET PEER DEPENDENCY @angular/core@2.3.1 ├── UNMET PEER DEPENDENCY @angular/platform-browser@2.3.1 ├── angular2-select@1.0.0-beta.2 ├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12 └── UNMET PEER DEPENDENCY zone.js@0.6.26
I have installed npm install -g @angular/cli
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
@smartHasmukh Try to run
npm update
in the directory of your package.json file or update your dependencies manually. As said, if there are red entries innpm outdated
you will get the problems I can see in your screenshots.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.