-
Notifications
You must be signed in to change notification settings - Fork 586
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
Comments
Same here. Can't update with angular 2.0.1 |
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. |
Works fine for me with angular 2.0.1 despite the warning |
It depends on version of npm you have. Mine does not allow that. ^ is very easy fix. |
I having same issue with angular 2.2.1. ├── UNMET PEER DEPENDENCY @angular/[email protected] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): thanks for help. |
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.
The text was updated successfully, but these errors were encountered: