简体   繁体   English

无法laravel gulp命令

[英]unable to laravel gulp command

when running laravel gulp command getting these errors 运行laravel gulp命令时出现以下错误 在此处输入图片说明

here is my app.less file path 这是我的app.less文件路径

   C:\xampp\htdocs\roqstar\resources\assets\less\app.less

here is the app.less file data


@import "variables.less";
@import "mixins.less";

// Bootstrap
@import "~bootstrap-less/bootstrap/bootstrap";

and i have this file existing 我有这个文件

C:\xampp\htdocs\roqstar\node_modules\bootstrap-less\bootstrap\bootstrap.less

dont know why still not finding the bootstrap.less file 不知道为什么仍然找不到bootstrap.less文件

尝试@import "node_modules/bootstrap-less/bootstrap/bootstrap";

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM