作为一个新手,我刚才尝试使用gulp将src中的html文件同步到dest中,但是不知道怎么就报错了,人物代码是下面的:
//自动同步文件
gulp.task('sync',function(){
fsync('app/MoxiWap/*.html','dest/MoxiWap').end();
});
然后控制台的错误如下:

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!