Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular 2.0.1 cant install dependences. #467

Closed
armandoramirezdino opened this issue Oct 5, 2016 · 5 comments · Fixed by #475
Closed

angular 2.0.1 cant install dependences. #467

armandoramirezdino opened this issue Oct 5, 2016 · 5 comments · Fixed by #475

Comments

@armandoramirezdino
Copy link

Im trying to install ng2-select in angular 2.0.1, but it fails...

Anyone knows what change between versions?

UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
└── [email protected]

npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.

@BartAllen
Copy link

Same here. Can't update with angular 2.0.1

@RoopeHakulinen
Copy link

That isn't a failure actually. It just tells that the peer dependency isn't met. You have 2.0.1, but this library explicitly states that 2.0.0 would be required. Everything still works as expected. The possible solution would be to add ^ on the @angular packages in package.json by the library maintainer. For now, just live with the warnings.

@Scipionh
Copy link

Works fine for me with angular 2.0.1 despite the warning

@MAW016
Copy link

MAW016 commented Nov 4, 2016

It depends on version of npm you have. Mine does not allow that. ^ is very easy fix.

@ssauriera
Copy link

I having same issue with angular 2.2.1.

├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
└── UNMET PEER DEPENDENCY @angular/[email protected]

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.

thanks for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants