CleverStack / cleverstack-cli

CLI for CleverStack
http://youtube.com/watch?v=-4ArURHExhQ
MIT License
196 stars 33 forks source link

Protractor / Chrome driver part of install Fails #23

Closed thinkadoo closed 10 years ago

thinkadoo commented 10 years ago

Installing protractor...

angular-seed@1.1.3 setup-protractor /Users/nomad/Projects/clever-walking-skeleton-6.0/frontendStep: Installing protractor (this might take awhile)... ┊ Step T> node scripts/setup-protractor

About to setup protractor and dependencies. It works if it finishes with OKon Progress: [▒▒▒▒▒▒▒▒--] 79 % ┊ Installing: Frontend ┊ Step: Installing protractor (this might take awhile)... ┊ Step TDownloading specific Selenium Server jar...

/bin/sh: wget: command not found

Downloading OS specific Chromedriver...

/bin/sh: wget: command not found

unzip: cannot find or open chromedriver_mac32.zip, chromedriver_mac32.zip.zip or chromedriver_mac32.zip.ZIP.

mv: rename Chromedriver to scripts/Chromedriver: No such file or directory

rm: chromedriver_mac32.zip: No such file or directory Downloading OS specific Phantomjs...ogress: [▒▒▒▒▒▒▒▒--] 79 % ┊ Installing: Frontend ┊ Step: Installing protractor (this might take awhile)... ┊ Step T /bin/sh: wget: command not found

unzip: cannot find or open phantomjs-1.9.2-macosx.zip, phantomjs-1.9.2-macosx.zip.zip or phantomjs-1.9.2-macosx.zip.ZIP.

rm: phantomjs-1.9.2-macosx.zip: No such file or directory

OK! Protractor successfully installed...ress: [▒▒▒▒▒▒▒▒--] 79 % ┊ Installing: Frontend ┊ Step: Installing protractor (this might take awhile)... ┊ Step Time: 5s ┊

Project clever-walking-skeleton-6.0/ has been created in /Users/nomad/Projects/clever-walking-skeleton-6.0/

Status @ 3.333m | Installation Progress: [▒▒▒▒▒▒▒▒▒-] 93 % ┊ Installing: Done ┊ Step: Installation completed ┊ Step Time: 5s ┊

pilsy commented 10 years ago

What OS is this on? regardless this script should be changed so it no longer uses wget

thinkadoo commented 10 years ago

OS X 10.9.3

On Fri, Jun 20, 2014 at 10:46 AM, Richard notifications@github.com wrote:

What OS is this on? regardless this script should be changed so it no longer uses wget

— Reply to this email directly or view it on GitHub https://github.com/CleverStack/cleverstack-cli/issues/23#issuecomment-46657259 .

pilsy commented 10 years ago

Ah ok, well that fails because you have not installed wget... brew install wget first and then run the command and it will work, however i am going to leave this ticket here as a reminder to refactor that script so wget is not required (wget isn't on windows afterall)