Open stan229 opened 9 years ago
@stan229 if you ran bower install
from within the cloned repository, it should have installed the dependencies in vendor/
. That's what the .bowerrc
does.
My install sequence was:
$ npm install -g gulp bower
$ git clone git@github.com:ModusCreateOrg/ngbp-gulp.git
$ cd ngbp-gulp
$ npm install && bower install
$ gulp
and everything worked fine.
I've experienced your second error a couple of times. It's intermittent and I haven't been able to put my finger on it.
After doing the basic install steps (npm install and bower install) then running gulp I get the following:
What I noticed is that it put all the bower installed modules in bower_components instead of vendor. After manually renaming the directory to vendor I get the following error:
No build directory gets created though.
Any ideas?