Bower getting stuck on install

1,073 views
Skip to first unread message

Ryan Done

unread,
Feb 19, 2014, 2:14:29 AM2/19/14
to uta...@googlegroups.com
Have any of you ever run into the following?  If so, what did you do to fix it?

I am new to Bower and am having troubles with bower install on a project.  It keeps getting stuck at the spot below and never succeeding or throwing an error.

...
bower d3#3.3.11                               progress received 2.4MB of 2.9MB downloaded, 85%
bower sizzle#1.10.16                           extract archive.tar.gz
bower sizzle#1.10.16                          resolved git://github.com/jquery/sizzle.git#1.10.16
bower d3#3.3.11                                extract archive.tar.gz
bower d3#3.3.11                               resolved git://github.com/mbostock/d3.git#3.3.11


If I quit and try running it again, it gets stuck on a "resolved" for angular sooner.

rm -rf /Users/rdone/.cache/bower/  doesn't fix it and I've looked all over the web trying to figure it out without luck.


Any ideas?

-Ryan

Ryan Florence

unread,
Feb 19, 2014, 2:27:28 AM2/19/14
to uta...@googlegroups.com
can you paste your bower.json?


--
Group meets on the 1st Thursday and 3rd Tuesday of each month. See http://utahjs.com/location/ for more info.
---
You received this message because you are subscribed to the Google Groups "Utah JavaScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utahjs+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/utahjs.

Ryan Done

unread,
Feb 19, 2014, 2:31:24 AM2/19/14
to uta...@googlegroups.com
Sure thing.

bower.json

{
  "name": "TestProject",
  "version": "0.1.0",
  "dependencies": {
    "angular-resource": "~1.0.7",
    "angular-unstable": "~1.1.5",
    "font-awesome": "3.2.1",
    "restangular": "~1.2.2",
    "d3": "~3.2.8",
    "angular-ui-router": "~0.2.0",
    "lodash": "1.3.1",
    "modernizr": "~2.6.2",
    "angular-ui-utils": "~0.0.4",
    "angular-ui-select2": "~0.0.2",
    "momentjs": "~2.2.1",
    "bootstrap3-datepicker": "~1.2.1",
    "angular-sanitize": "~1.0.8",
    "angularjs-file-upload": "1.0.2",
    "jquery-ui": "~1.10.3",
    "nvd3": "~1.1.14-beta",
    "angular-google-analytics": "g...@github.com:revolunet/angular-google-analytics.git#master",
    "angularjs-nvd3-directives": "~0.0.2-beta",
  },
  "devDependencies": {
    "angular-mocks": "~1.0.7",
    "angular-scenario": "~1.0.7"
  },
  "resolutions": {
    "lodash": "1.3.1",
    "angular": "1.0.8",
    "d3": "~3.2.8",
    "angular-mocks": "~1.0.7",
    "angular-scenario": "~1.0.7"
  }
}

Reply all
Reply to author
Forward
0 new messages