question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UNMET PEER DEPENDENCY Error occurred When I have use another module in my project

See original GitHub issue

I 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

cli

material md2 scroll_issue autocomplete angularselect

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dahauptcommented, Feb 7, 2017

@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 in npm outdated you will get the problems I can see in your screenshots.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 5, 2019

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.

Read more comments on GitHub >

github_iconTop 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
UNMET PEER DEPENDENCY error is thrown when the dependencies of one or more modules specified in the package.json file is not met.
Read more >
if you don't want pnpm to fail on peer dependency issues, add ...
I suspect the issue is due to a project config and not with ember-try itself, but am working on validating the root cause...
Read more >
npm Peer Dependencies - JavaScript inDepth
We use Dependencies and Peer Dependencies in package.json to tell these other projects what packages also need to be added for our package...
Read more >
How to handle peer dependencies when developing modules
What is a peer dependency and what is the problem with it? · Ask user to install a dependency your module needs to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found