Laravel Elixir 6 getting exception on “gulp watch”
问题 When I try to run gulp watch , I'm getting this error: stream.js:74 throw er; // Unhandled stream error in pipe. ^ Error: ENOENT: no such file or directory, stat 'XXXX\public\build\css\client-18724fe72d.css' at Error (native) I tried to leave the client.scss file empty, and the error disappeared. I found out that the errors sometimes is appearing when I have these lines in my client.scss : // Pages @import 'pages/client/auth'; @import 'pages/client/normals'; @import 'pages/client/orders'; I