dronekit / droneshare

DroneShare is a shared repository of drone missions built using DroneKit-Cloud
http://www.droneshare.com/
Apache License 2.0
84 stars 66 forks source link

Problems with Grunt installing Droneshare: "Fatal error: Arguments to path.join must be strings" #118

Closed ebikandi closed 10 years ago

ebikandi commented 10 years ago

Hello.

I have forlked and cloned the DroneSahre github project on my local machine but I have problems installing it. I am following it's installation-guide. It seems that the "sudo npm install" command runs correctly but when I try to execute the "sudo grunt bower:install" command, I get this pront:


Running "bower:install" (bower) task Cleaned target dir /home/ebikandi001/git/droneshare/bower_components bower not-cached git://github.com/angular/bower-angular.git#1.3.0-beta.5 bower resolve git://github.com/angular/bower-angular.git#1.3.0-beta.5 bower not-cached git://github.com/angular/bower-angular-animate.git#1.3.0-beta.5 bower resolve git://github.com/angular/bower-angular-animate.git#1.3.0-beta.5 bower not-cached git://github.com/angular/bower-angular-mocks.git#1.3.0-beta.5 bower resolve git://github.com/angular/bower-angular-mocks.git#1.3.0-beta.5 bower not-cached git://github.com/angular/bower-angular-route.git#1.3.0-beta.5 bower resolve git://github.com/angular/bower-angular-route.git#1.3.0-beta.5 bower not-cached git://github.com/twbs/bootstrap.git#3.1.1 bower resolve git://github.com/twbs/bootstrap.git#3.1.1 bower not-cached git://github.com/aFarkas/html5shiv.git#3.7.0 bower resolve git://github.com/aFarkas/html5shiv.git#3.7.0 bower not-cached git://github.com/bestiejs/json3.git#3.3.0 bower resolve git://github.com/bestiejs/json3.git#3.3.0 bower not-cached git://github.com/jrburke/requirejs-bower.git#2.1.11 bower resolve git://github.com/jrburke/requirejs-bower.git#2.1.11 bower not-cached git://github.com/luisfarzati/angulartics.git#~0.15.17 bower resolve git://github.com/luisfarzati/angulartics.git#~0.15.17 bower not-cached git://github.com/develersrl/angular-flot.git#0.0.3 bower resolve git://github.com/develersrl/angular-flot.git#0.0.3 bower not-cached git://github.com/flot/flot.git#~0.8.3 bower resolve git://github.com/flot/flot.git#~0.8.3 bower not-cached git://github.com/esvit/angular-social.git#~0.1.1 bower resolve git://github.com/esvit/angular-social.git#~0.1.1 bower not-cached git://github.com/danialfarid/angular-file-upload-bower.git#~1.3.2 bower resolve git://github.com/danialfarid/angular-file-upload-bower.git#~1.3.2 bower not-cached git://github.com/velesin/jasmine-jquery.git#~2.0.5 bower resolve git://github.com/velesin/jasmine-jquery.git#~2.0.5 bower not-cached git://github.com/sroze/ngInfiniteScroll.git#~1.1.2 bower resolve git://github.com/sroze/ngInfiniteScroll.git#~1.1.2 bower not-cached git://github.com/voronianski/ngprogress-lite.git#~1.0.6 bower resolve git://github.com/voronianski/ngprogress-lite.git#~1.0.6 bower not-cached git://github.com/mrpollo/ng-ladda-bootstrap.git# bower resolve git://github.com/mrpollo/ng-ladda-bootstrap.git# bower not-cached git://github.com/fgnass/spin.js.git#~1.3.2 bower resolve git://github.com/fgnass/spin.js.git#~1.3.2 bower not-cached git://github.com/pablojim/highcharts-ng.git#~0.0.7 bower resolve git://github.com/pablojim/highcharts-ng.git#~0.0.7 Fatal error: Arguments to path.join must be strings


I have installed nodejs, npm, grunt and bower. The version are:

npm: 1.4.28 grunt@0.4.5 grunt-bower-task@0.3.4 grunt-coffeelint@0.0.13 grunt-contrib-clean@0.5.0 grunt-contrib-coffee@0.10.1 grunt-contrib-connect@0.7.1 grunt-contrib-copy@0.5.0 grunt-contrib-imagemin@0.7.2 grunt-contrib-jasmine@0.6.5 grunt-contrib-less@0.11.4 grunt-contrib-requirejs@0.4.4 grunt-contrib-uglify@0.4.1 grunt-contrib-watch@0.6.1 grunt-hustler@4.0.6 grunt-karma@0.8.3 grunt-prompt@1.1.0 load-grunt-tasks@0.4.0 time-grunt@0.3.2 I am new to npm, grunt and bower so I would appreciate any clue about the reason of the error.

Thank you.