Description
- I'm submitting a ...
-
bug report
got this error on my git bash while running gulp && gulph watch
i have gulp installed on my system -
support request
'bower-js' errored after 9.18 ms
[06:46:31] Error: Bower components directory does not exist at C:\xampp\htdocs\laravel5-angular-material-starter\bower_components
at Error (native)
at module.exports (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\main-bower-files\lib\index.js:76:17)
at Task.gulpTask (C:\xampp\htdocs\laravel5-angular-material-starter\tasks\bower.task.js:38:25)
at Task.run (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\laravel-elixir\dist\tasks\Task.js:138:31)
at Gulp. (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\laravel-elixir\dist\tasks\GulpBuilder.js:65:67)
at module.exports (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\orchestrator\lib\runTask.js:34:7)
at Gulp.Orchestrator._runTask (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\orchestrator\index.js:273:3)
at Gulp.Orchestrator._runStep (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\orchestrator\index.js:214:10)
at Gulp.Orchestrator.start (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\orchestrator\index.js:134:8)
at runNextSet (C:\xampp\htdocs\laravel5-angular-material-starter\node_modules\run-sequence\index.js:86:16)
[06:46:31] 'all' errored after 22 ms
[06:46:31] Error in plugin 'run-sequence(bower-js)'
Message:
Bower components directory does not exist at C:\xampp\htdocs\laravel5-angular-material-starter\bower_components -
other (Please specify)
- Provide information & explanation
Error when i run php artisan serve
$ php artisan serve
←[32mLaravel development server started on http://localhost:8000/←[39m
[Wed Jan 4 06:34:11 2017] PHP Warning: Uncaught ErrorException: require(C:\xampp\htdocs\laravel5-angular-material-starter\public\css/critical.css): failed to open stream: No such
file or directory in C:\xampp\htdocs\laravel5-angular-material-starter\storage\framework\views\000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php:17
Stack trace:
#0 C:\xampp\htdocs\laravel5-angular-material-starter\storage\framework\views\000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php(17): Illuminate\Foundation\Bootstrap\HandleExceptions->han
dleError(2, 'require(C:\xamp...', 'C:\xampp\htdocs...', 17, Array)
#1 C:\xampp\htdocs\laravel5-angular-material-starter\storage\framework\views\000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php(17): require()
#2 C:\xampp\htdocs\laravel5-angular-material-starter\vendor\laravel\framework\src\Illuminate\View\Engines\PhpEngine.php(42): include('C:\xampp\htdocs...')
#3 C:\xampp\htdocs\laravel5-angular-material-starter\vendor\laravel\framework\src\Illuminate\View\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('C
:\x in C:\xampp\htdocs\laravel5-angular-material-starter\storage\framework\views\000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php on line 17
[Wed Jan 4 06:34:11 2017] PHP Fatal error: Illuminate\View\Engines\PhpEngine::main(): Failed opening required 'C:\xampp\htdocs\laravel5-angular-material-starter\public\css/critic
al.css' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\laravel5-angular-material-starter\storage\framework\views\000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php on line 17
[Wed Jan 4 06:34:12 2017] 127.0.0.1:52681 Invalid request (Unexpected EOF)
and when i view the page i got:
FatalErrorException in 000c94a4c473ad0b4efede1bf538ca6b3f09e6d3.php line 17:
Illuminate\View\Engines\PhpEngine::main(): Failed opening required 'C:\xampp\htdocs\laravel5-angular-material-starter\public\css/critical.css' (include_path='C:\xampp\php\PEAR')
-
Got code samples?
Make sure to use 3 backticks (and javascript or php after it to show your code) More info
Also make sure to click on the Preview button to double check your code formatting -
Laravel & Angular version: 3.2.0