nimoc / gulp-book

Gulp 入门指南
1.82k stars 364 forks source link

vfs.watch is not a function #40

Closed Mirror198829 closed 5 years ago

Mirror198829 commented 7 years ago

gulp watch 执行后,显示 vfs.watch is not a funciton,如何解决?

niupuyue commented 7 years ago

你看一下你在执行的之前有没有把所有的插件引入进来,最好是把当前的gulp.js文件中所有用到的在重新引入一遍,这里有一个stackoverflow的解决方法,你可以参考一下 https://stackoverflow.com/questions/33266398/gulp-error-vfs-watch-is-not-a-function

Mirror198829 commented 7 years ago

好的 谢啦