gae-angular-material-starter icon indicating copy to clipboard operation
gae-angular-material-starter copied to clipboard

Error on 'gulp run'

Open ghost opened this issue 10 years ago • 11 comments

When I run gulp run for the first time (while setting up the project initially), I get an error message saying that "font-awesome.less wasn't found"

What is the problem here?

ghost avatar Jun 17 '15 14:06 ghost

seems font-awesome is missing from npm install???

ozexpert avatar Jun 17 '15 15:06 ozexpert

How would I go about fixing this error?

ghost avatar Jun 17 '15 15:06 ghost

do "bower install", this seems missing,,, but i could be wrong as I'm just trying this one out myself.

ozexpert avatar Jun 17 '15 15:06 ozexpert

yap. seems that helps..

ozexpert avatar Jun 17 '15 15:06 ozexpert

Isn't 'bower install' invoked from here (https://github.com/madvas/gae-angular-material-starter/blob/75c6845e3b0253ecfc7bd0f2ccb68d1ba0a78343/gulpfile.js#L76-L78)? What did you change to get it working without that error?

ghost avatar Jun 17 '15 15:06 ghost

Yeah.. seems that didn't trigger "bower install". now i'm getting this error...

ImportError: No module named flask

ozexpert avatar Jun 17 '15 16:06 ozexpert

Did you run 'bower install' after running 'npm install'? That doesn't seem to work for me; it says 'bower: command not found'

ghost avatar Jun 17 '15 16:06 ghost

Hey, i started over using Yeoman. Just follow the instruction and it works..

before i started cloning from github and failed for many reasons. Hope works.

ozexpert avatar Jun 17 '15 16:06 ozexpert

If you fail on bower.. get bower first.

ozexpert avatar Jun 17 '15 16:06 ozexpert

Okay, I'll try that... Although I'm having trouble installing Yeoman - any idea why that might be?

UPDATE: Managed to install it by running this SO answer (http://stackoverflow.com/a/20750211/3306593) beforehand

ghost avatar Jun 17 '15 16:06 ghost

Ran all of the process using Yeoman now - still getting the error about Font-Awesome when I run 'gulp run'

ghost avatar Jun 17 '15 16:06 ghost