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
Webdriver 3.0 was recently released and is the version I am using. I am getting installation errors when attempting to npm install chai-webdriver.
npm install chai-webdriver
myproject@0.0.1 /Users/joshuareichardt/github.com/browserstack ├─┬ chai-webdriver@1.2.0 │ ├── UNMET PEER DEPENDENCY selenium-webdriver@>=2.42.0 │ ├── string@3.3.3 │ └── webdriver-sizzle@0.2.2 └── UNMET PEER DEPENDENCY selenium-webdriver@3.0.0-beta-2 npm WARN chai-webdriver@1.2.0 requires a peer of selenium-webdriver@>=2.42.0 but none was installed. npm WARN webdriver-sizzle@0.2.2 requires a peer of selenium-webdriver@>=2.42.0 but none was installed.
The text was updated successfully, but these errors were encountered:
I'm getting the same results.
Sorry, something went wrong.
You can specify version on the command line.
The following module versions have proven to work in my environment and have been provided in a single command line below:
npm install chai@3.0.0 chai-webdriver@1.2.0 webdriver-sizzle@0.2.2 selenium-webdriver@2.42.0 -g
No branches or pull requests
Webdriver 3.0 was recently released and is the version I am using. I am getting installation errors when attempting to
npm install chai-webdriver
.The text was updated successfully, but these errors were encountered: