我正在为我的Laravel项目安装vuews,但是当我使用带有php artisan ui vue
的命令时,我得到了如下错误:
请告诉我如何修复这个错误,非常感谢。
ErrorException
copy(D:\Code\Hung's Friend\management\resources\sass/_variables.scss): failed to open stream: No such file or directory
at D:\Code\Hung's Friend\management\vendor\laravel\ui\src\Presets\Bootstrap.php:42
38| * @return void
39| */
40| protected static function updateSass()
41| {
42| copy(__DIR__.'/bootstrap-stubs/_variables.scss', resource_path('sass/_variables.scss'));
43| copy(__DIR__.'/bootstrap-stubs/app.scss', resource_path('sass/app.scss'));
44| }
45|
46| /**
1 D:\Code\Hung's Friend\management\vendor\laravel\ui\src\Presets\Bootstrap.php:42
copy("D:\Code\Hung's Friend\management\vendor\laravel\ui\src\Presets/bootstrap-stubs/_variables.scss", "D:\Code\Hung's Friend\management\resources\sass/_variables.scss")
2 D:\Code\Hung's Friend\management\vendor\laravel\ui\src\Presets\Bootstrap.php:15
Laravel\Ui\Presets\Bootstrap::updateSass()
2条答案
按热度按时间cyvaqqii1#
您需要在资源文件夹中放置两个文件
在你把这些文件运行后
php工匠ui vue
0vvn1miw2#
应该解决它然后运行
之后
或