Error: File not found with singular glob: K:/react-simple-app-master/_serve (if this was purposeful,
描述:用gulp 启动项目的时候,发现报了这个一个错Error: File not found with singular glob: K:/react-simple-app-master/_serve (if this was purposeful, use `allowEmpty` option)....
通过上边的报错信息可以看出来,只需要在 gulp 配置文件中添加{allowEmpty: true} ,具体添加位置看如下信息:
gulp.task("serve", function ..
原创
2020-08-07 10:43:56 ·
2743 阅读 ·
1 评论