-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello,
This practically reopens closed issues #8 and #9.
In the case of #8, yes - you caught it first ;-) But then fixed it at the wrong place. C9 does not have a bower.json file, and that is where you added the lines. More problematic is that the script attempts to install bower globally, which might not happen, if node.js is installed globally for all users, i.e. somewhere outside of your $HOME. bower complains if you run the script with sudo, unless you also add --allow-root. This is all I have on issue #8.
Issue #9. Bower starts the installation, but fails to find flat-ui-official. Here is the output:
ttodorov@cloud:~/work/cloud9hub$ bower install
bower not-cached git://github.com/angular/bower-angular.git#~1.2.15
bower resolve git://github.com/angular/bower-angular.git#~1.2.15
bower not-cached git://github.com/angular/bower-angular-route.git#~1.2.15
bower resolve git://github.com/angular/bower-angular-route.git#~1.2.15
bower not-cached git://github.com/FortAwesome/Font-Awesome.git#~4.0.3
bower resolve git://github.com/FortAwesome/Font-Awesome.git#~4.0.3
bower not-cached git://github.com/topcoat/topcoat.git#~0.8.0
bower resolve git://github.com/topcoat/topcoat.git#~0.8.0
bower download https://github.com/FortAwesome/Font-Awesome/archive/v4.0.3.tar.gz
bower download https://github.com/angular/bower-angular/archive/v1.2.26.tar.gz
bower download https://github.com/angular/bower-angular-route/archive/v1.2.26.tar.gz
bower download https://github.com/topcoat/topcoat/archive/v0.8.0.tar.gz
bower extract angular-route#~1.2.15 archive.tar.gz
bower invalid-meta angular-route is missing "ignore" entry in bower.json
bower resolved git://github.com/angular/bower-angular-route.git#1.2.26
bower extract angular#~1.2.15 archive.tar.gz
bower invalid-meta angular is missing "ignore" entry in bower.json
bower resolved git://github.com/angular/bower-angular.git#1.2.26
bower extract fontawesome#~4.0.3 archive.tar.gz
bower extract topcoat#~0.8.0 archive.tar.gz
bower invalid-meta topcoat is missing "main" entry in bower.json
bower invalid-meta topcoat is missing "ignore" entry in bower.json
bower resolved git://github.com/topcoat/topcoat.git#0.8.0
bower invalid-meta fontawesome is missing "main" entry in bower.json
bower invalid-meta fontawesome is missing "ignore" entry in bower.json
bower resolved git://github.com/FortAwesome/Font-Awesome.git#4.0.3
bower ENOTFOUND Package flat-ui-official not found