michaelkrone / generator-material-app

Yet another yeoman generator for scaffolding a simple Node.js/Express/MongoDB/Angular.js app using some material design elements.
MIT License
177 stars 48 forks source link

gulp-protractor works #88

Closed TejasCMehta closed 8 years ago

TejasCMehta commented 8 years ago

image

instead of "postinstall": "node node_modules/protractor/bin/webdriver-manager update"

used "postinstall":"node ./node_modules/gulp-protractor/node_modules/protractor/bin/webdriver-manager update"

image

This fixed the issue.

Stupidism commented 8 years ago

This is a known problem and should be fixed in develop. Because npm2 and npm3 build dependencies differently.

are you using npm2.x ? run npm -v to check

TejasCMehta commented 8 years ago

npm version : 3.8.6