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

Error: ENOENT: no such file or directory, stat '...\laravel5-angular-material-starter\public\build\css\final-812dd1b431.css' #464

Closed viniciusfreitasmg closed 7 years ago

viniciusfreitasmg commented 7 years ago

I had a problem executing "Gulp & Gulp Watch", the error generated was "Error: ENOENT: no such file or directory, stat 'C: \ wamp64 \ www \ laravel5-angular-material-starter \ public \ build \ css \ End-812dd1b431.css'", I do not know how to solve. Can anyone help me?

jadjoubran commented 7 years ago

Hello @viniciusfreitasmg Do you have write permissions in that directory?

pl4yradam commented 7 years ago

+1 I have full permissions for the directory

flick36 commented 7 years ago

Did you run npm install before running gulp & gulp watch ?

pl4yradam commented 7 years ago

Yes I did. I have followed the guide that was provided.

On 7 Mar 2017 11:51 p.m., "Allan Alvarez Ortiz" notifications@github.com wrote:

Did you run npm install before running gulp & gulp watch ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jadjoubran/laravel5-angular-material-starter/issues/464#issuecomment-284899442, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfK2qHKhkCofwgwoCVXaBMXiCfW-GXsks5rje2IgaJpZM4Lt6E4 .

flick36 commented 7 years ago

What version are you using?

pl4yradam commented 7 years ago

I tried the most recent version and the one prior

On 8 Mar 2017 2:50 a.m., "Allan Alvarez Ortiz" notifications@github.com wrote:

What version are you using?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jadjoubran/laravel5-angular-material-starter/issues/464#issuecomment-284930674, or mute the thread https://github.com/notifications/unsubscribe-auth/AVfK2v5QeIjxWa6M92rXiTV3Fx2ewziLks5rjhdqgaJpZM4Lt6E4 .

jadjoubran commented 7 years ago

I'm not sure what could be causing it.. Can you try re-installing the project in a new folder?

ArrayZoneYour commented 7 years ago

@viniciusfreitasmg @pl4yradam I have meet the problem today,and the content below is my solution,hope it can help you

  1. run the gulp watch image
  2. compare to the gulp(I can gulp successfully but gulp watch failed) image 3.compare the file in public/css/, public/js, public/build, public/manifest.json(*important) image when gulp watch, this file doesn't change and the public/build, public/js will be empty, it must be a premission problem. 4.show the premission and change it image 5.gulp watch again(lucky, I succeed) @image Maybe your problem's reason is different,but I think you can find it finally : )
hezll commented 7 years ago

it works. i do it in git bash under win10 i also try chmod 777 * under the main path