We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thank you!
e50da03
No branches or pull requests
When trying to install:
The text was updated successfully, but these errors were encountered: