Closed Set1333 closed 7 years ago
npm run watch
and i got this
ErrorException (E_ERROR) Undefined index: /css/app.css (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php) (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php)
$manifest = $manifests[$manifestPath]; if (! isset($manifest[$path])) { report(new Exception("Unable to locate Mix file: {$path}.")); if (! app('config')->get('app.debug')) { return $path; } } return new HtmlString($manifestDirectory.$manifest[$path]); }
}
Try doing npm run dev before doing npm run watch
npm run dev
Thanks it works
npm run watch
and i got this
ErrorException (E_ERROR) Undefined index: /css/app.css (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php) (View: /var/www/stegmat/data/www/test.fvds.ru/resources/views/layouts/guest.blade.php)
}