unable to laravel gulp command

50 views Asked by At

when running laravel gulp command getting these errors enter image description here

here is my app.less file path

   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

1

There are 1 answers

0
common sense On

Try @import "node_modules/bootstrap-less/bootstrap/bootstrap";