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

Peer dependency error #37

Closed
zcsongor opened this issue Feb 19, 2016 · 2 comments
Closed

Peer dependency error #37

zcsongor opened this issue Feb 19, 2016 · 2 comments

Comments

@zcsongor
Copy link

When trying to install:

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings
' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants es6-promise@^3.0.2
npm ERR! peerinvalid Peer [email protected] wants es6-promise@~3.0.2
@zcsongor zcsongor changed the title Peer dependeny error Peer dependeny errorc Feb 19, 2016
@zcsongor zcsongor changed the title Peer dependeny errorc Peer dependency error Feb 19, 2016
@DanielSchuech
Copy link

Angular 2 want es6-promise v3.0.2 or higher while ng2-translate requries explicit version 3.0.2
npm doesn´t resolve the problem by itself.

install es6-promise@~3.0.2 first:

npm i --save [email protected]

and then install your app again

@zcsongor
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants