Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
368 stars 118 forks source link

Error while running gulp (elixir) #12

Closed Dioude closed 9 years ago

Dioude commented 9 years ago

Hello, i've read all the previous issues, and mine looks similare to the one resolved by #10

But i've followed the steps and when i run "gulp" in my command menu, i got this errors : "'ErrorException' with message 'file_get_contents(C:\wamp\www\starter-laravel-angular\public/build/rev-manifest.json): failed to open stream: No such file or directory (View: C:\wamp\www\starter-laravel-angular\resources\views\layout.blade.php)' in C:\wamp\www\starter-laravel-angular\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php:668"

And in the command it show : gulp_elixir

i've tried all the solutions in every issue here but nothing work.

Don't know if it can help you but i got a warning when i enter "npm install" its "WARN package.json @ No repository field"

Thanks

Zemke commented 9 years ago

Hey Dioude,

did you run composer install --prefer-dist?

Zemke commented 9 years ago

Closing this as there's no further response. The error usually happens if you don't run composer install --prefer-dist.