scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Fix Bower Error. #59

Closed nrw closed 11 years ago

nrw commented 11 years ago

Bower was throwing this error when bower install was called:

path.js:360
        throw new TypeError('Arguments to path.join must be strings');

They had the same problem in yeoman, which was fixed here: https://github.com/yeoman/generator/commit/c8188b4cb3c63db6298394328dfffda4dada247f

nrw commented 11 years ago

For the record, the same error is also occurring in two dependencies (that I know of) that depend on bower. I've submitted pull requests here and here.