当我尝试在终端中运行gulp时,我收到此错误消息:
laravel错误:导入未找到或不可读的文件:bootstrap
虽然node_modules文件夹已经存在。
有人可以帮忙吗?
答案 0 :(得分:2)
已修复
我只是仔细检查我在gulpfile.js中的bootstrap包含的路径是这样的
elixir.config.css.sass.pluginOptions.includePaths = ['node_modules/bootstrap-sass/assets/stylesheets'];
希望这个帮助