-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Broken build: bower install
dies prematurely
#3648
Comments
Also, I apologize if this is the wrong place for an issue with the build. |
A few things I found:
runs into an issue where the URL for the bootstrap 2.0.2 .zip file is no longer valid, resulting in a 404. Since this happens before the closure compiler dependency is updated, it never installs the closure compiler. So that's one thing. If you update that URL in bower.json to ... then when I did a |
it sounds like you are working off of an old branch or your master branch is very outdated. we don't use shell:bower to do Can you please provide information about your environment? Mainly OS + node version. I'm really intrigued about your "process.nextTick detected" comment, can you please provide more information about this? I suspected that the issue is bower specific (or something coming via bower dependencies) as well as that it has something to do with the event loop, but could never reproduce this on a machine that would allow me to confirm my suspicion. |
We initially field an issue with Travis travis-ci/travis-ci#1293 because that was the only place where we could see the bug manifest but I'm growing more and more convinced that it has nothing to do with Travis but is rather a node/bower/bower-dependency specific issue |
this is likely unrelated, but recently I've seen several local build failures due to missing npm dependencies, as if
|
@IgorMinar thanks for the input... I'm probably not going to be able to check on this tonight, but I'll get a look at it tomorrow. My environment is Windows 7 Ultimate and Node version is the latest as of last Sunday. I updated when I had problems.... I think that's 10.16... I think... I'll double check that when I get to my work machine as well. |
we used this as a workaround for Travis: 3379eeb |
Didn't get a chance last night, I'll try to work in time soon. |
I followed the instructions listed at the guidelines for contributing and for setting up my environment.
I'm unable to build or test angular.
Building issues
This seems to center mostly on the fact I don't have the google closure compiler installed in the proper spot.
when I run:
I get the following: (it seems to make the "full" files, but it aborts while creating the minified files)
Testing issues
If I run:
The output is as follows:
I'm sure I'm just doing something wrong. I'd just like some guidance. I'd love to contribute.
The text was updated successfully, but these errors were encountered: