Skip to content

Installation, bower and missing dependencies #14

@tntodorov

Description

@tntodorov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions