jadjoubran / laravel5-angular-material-starter

Get started with Laravel 5.3 and AngularJS (material)
https://laravel-angular.readme.io/
MIT License
1.66k stars 401 forks source link

Missing Dependencies on Package.json #468

Closed saade closed 7 years ago

saade commented 7 years ago

Just letting you know, these dependencies are missing in package.json, so gulp throws an error: gulp-notify, gulp-uglify, gulp-concat, gulp-if, buble, buble-loader,

and, we need to install npm install laravel-elixir-eslint@beta --save-dev in order to get rid of npm error:

npm ERR! peerinvalid The package laravel-elixir@6.0.0-15 does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer laravel-elixir-eslint@3.0.2 wants laravel-elixir@>=3.0.0-0 <6.0.0-0

jadjoubran commented 7 years ago

Thanks @SaadeMotion for spotting these! Would you be able to send a Pull Request against master please?

saade commented 7 years ago

Sure! Did!

jadjoubran commented 7 years ago

Thanks!