为了账号安全,请及时绑定邮箱和手机立即绑定

Error: Files glob patterns specified did

Error: Files glob patterns specified did

慕侠2389804 2018-08-09 10:10:44
每次运行npm run dev 都会出现 Error: Files glob patterns specified did not match any filesfuhaodeMacBook-Pro:learnRedux fuhao$ npm run dev > learnRedux@1.0.0 dev /Users/fuhao/Workspace/fuhao/learnRedux > node server.js Listening at http://localhost:8010webpack building... **Error: Files glob patterns specified did not match any files** webpack built dc5674d00a5ffc86c117 in 2415ms不知道该如何解决这个错误,但是这个错误并不影响整个项目这是我项目的github
查看完整描述

1 回答

?
犯罪嫌疑人X

TA贡献2080条经验 获得超4个赞

我觉得问题可能在webpack/config-maker.js里:

plugins: [    new styleLintPlugin({        configFile: '.stylelintrc',        syntax: 'less',        files: './src/components/**/*.less'
    })
]

路径不对吧,怎么着也应该是../src/components/**/*.less。这么改之后路径虽然对了,但你的src/components目录下面确实没有任何的less文件,所以什么也没匹配到不是错,当然也不会影响你的项目了


查看完整回答
反对 回复 2018-09-20
  • 1 回答
  • 0 关注
  • 751 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信