silverbux / laravel-angular-admin

Laravel + Angularjs + Bootstrap + AdminLTE binded by Gulp workflow Admin Dashboard Boilerplate / Starter.
http://silverbux.github.io/laravel-angular-admin/
MIT License
924 stars 414 forks source link

Problem running the "Gulp" part of the install #53

Closed strikermdd closed 8 years ago

strikermdd commented 8 years ago

when i run the last command of the install steps. It gives me this error:

Saving To...

[01:38:25] Finished 'copy' after 3.05 ms [01:38:25] Starting 'typescript'... [01:38:25] 'typescript' errored after 8.23 ms [01:38:25] Error in plugin 'gulp-concat' Message: Missing file option for gulp-concat [01:38:25] Error in plugin 'run-sequence(typescript)' Error at finish (/var/www/mydirectory/node_modules/run-sequence/index.js:56:13) at Gulp.onError (/var/www/mydirectory/node_modules/run-sequence/index.js:67:4) at emitOne (events.js:82:20) at Gulp.emit (events.js:169:7) at Gulp.Orchestrator._emitTaskDone (/var/www/mydirectory/node_modules/orchestrator/index.js:264:8) at /var/www/mydirectory/node_modules/orchestrator/index.js:275:23 at finish (/var/www/mydirectory/node_modules/orchestrator/lib/runTask.js:21:8) at module.exports (/var/www/mydirectory/node_modules/orchestrator/lib/runTask.js:36:10) at Gulp.Orchestrator._runTask (/var/www/mydirectory/node_modules/orchestrator/index.js:273:3) at Gulp.Orchestrator._runStep (/var/www/mydirectory/node_modules/orchestrator/index.js:214:10) /var/www/mydirectory/node_modules/angular2/src/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module.

I'm using Ubuntu Server 16.04 LTS.

silverbux commented 8 years ago

hi, i just noticed on the last line you are using angular2?

/var/www/mydirectory/node_modules/angular2/src/facade/promise.d.ts(1,10): error TS2661: Cannot re-export name that is not defined in the module.

is this a fresh install?