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

webdriveer-manger update error on new generator run - windows 8.1 pc #61

Closed
TejasCMehta opened this issue May 24, 2016 · 8 comments
Closed
Assignees

Comments

@TejasCMehta
Copy link

image

@michaelkrone michaelkrone self-assigned this May 24, 2016
@Stupidism
Copy link
Collaborator

Did you solve this yourself?
I noticed you opened another issue showing you have your app generated already.

@Stupidism
Copy link
Collaborator

look at this #55

@TejasCMehta
Copy link
Author

yes, initially I was not above run the command npm install generator-material-app command but then @michaelkrone updated the repo and I was able to run the command, but then in the end this error came.

@michaelkrone
Copy link
Owner

This seems to be a known problem with gulp-protractor and windows. I will try to fix it by using the protractor binary instead, there is evidence on the web this helps.

@michaelkrone
Copy link
Owner

Need to solve #66 before I can publish a new version. To try if it works you might checkout the fix/webdriver-manager branch and do a npm link in the cloned directory. Then you are able to call yo material-app with the fix applied, or just wait till the merging is done.

@michaelkrone
Copy link
Owner

michaelkrone commented May 25, 2016

@TejasCMehta
Even better: Do a npm install --save-dev protractor and in you package.json change the "postinstall" line to "postinstall": "node ./node_modules/protractor/bin/webdriver-manager update",

@TejasCMehta
Copy link
Author

image

@TejasCMehta
Copy link
Author

changing to "postinstall": "node ./node_modules/protractor/bin/webdriver-manager update"
resolves the issue!
Thanks!!

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

3 participants