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

npm ERR! peerinvalid The package protractor does not satisfy its siblings' peerDependencies requirements! #3

Open
tracycummins opened this issue Oct 24, 2013 · 1 comment

Comments

@tracycummins
Copy link

Hello,

When I run npm install after pulling your code, I got the following error:
"npm ERR! peerinvalid The package protractor does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer [email protected] wants protractor@~0.10.0"

What I changed is:

  1. Open package.json
  2. Update "protractor": "latest" to:
    "protractor": "~0.10.0"

That did the trick. I guess latest was using something different that other dependencies don't work with.

@jameskleeh
Copy link
Contributor

This is fixed with my pull request.

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