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

bower install fails silently #824

Closed
johanneswuerbach opened this issue Aug 27, 2013 · 6 comments
Closed

bower install fails silently #824

johanneswuerbach opened this issue Aug 27, 2013 · 6 comments

Comments

@johanneswuerbach
Copy link

We have seen now multiple times on Travis that bower install just existed without installing any dependencies. bower install works fine on local, but on travis only sometimes.

As this is a private repo, here our files:
https://gist.github.com/johanneswuerbach/a1098a97da2c08fd2571

$ node --version
v0.8.25
$ npm --version
1.2.30
bower-1.2.4

Is there anything else I can provide to help fixing this issue?

@danielchatfield
Copy link

How long have you been having these issues? Travis is being very wobbly right now (I can't even load it at the moment).

Travis

@danielchatfield
Copy link

And the status board is completely useless: http://status.travis-ci.com/

All Systems Operational

@danielchatfield
Copy link

Travis is loading now. Could you post the full travis log?

@johanneswuerbach
Copy link
Author

The issues appears since one or two weeks, I'll check, whether I can find a specific version. All other dependencies are installed successfully (npm, bundler), only bower fails without an error. We are using TravisPro, which seems to run fine atm.

Our app isn't testable without bower dependencies, so the first task which requires dependencies from bower fails (compiling bootstrap-sass), because the bower_components folder isn't created by bower. If I rebuild the task it works again in ~50% of the builds.

Warning: Errno::ENOENT on line ["33"] of /home/travis/.rvm/gems/ruby-1.9.3-p448/gems/compass-0.12.2/lib/compass/exec/global_options_parser.rb: No such file or directory - /home/travis/build/sixdoorsHQ/seller-html5/app/bower_components

@satazor
Copy link
Member

satazor commented Aug 28, 2013

The only silently fail reported till now is on unstable networks, see: #792.

If you count how many bower download occurrences exist in the log, there are exactly the same as bower extract (17). So one or more packages are ending unexpectedly in the extract step. This is exactly the same problem reported in #792. I will create an issue in node repository to get some help.

@satazor
Copy link
Member

satazor commented Aug 28, 2013

Watch nodejs/node-v0.x-archive#6143 to follow the discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants