-
Notifications
You must be signed in to change notification settings - Fork 77
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 install fails on Windows cmd #68
Comments
Yeah the execution problem is related to the |
I'm on Windows 10. fixed the issue for me |
my fix in package.json was:
|
I am also on Windows 10 and I tried using the solution proposed by @cnrudd and I got the following: ./scripts/protractor.sh: line 2: $'\r': command not found and found the solution to that here: https://learningintheopen.org/2013/03/07/microsoft-windows-cygwin-error-r-command-not-found/ |
Bug Report
On Windows, clone the repo and npm i.
Error = '.' is not recognized as an internal or external command,
What is the expected behavior?
Installation works.
What is the motivation / use case for changing the behavior?
Availability to windows users.
Other information
Fix = "webdriver-manager update && bash ./scripts/protractor.sh" in package.json
The text was updated successfully, but these errors were encountered: