gulp clean为何无法删除文件夹?
发布于 4天前 作者 myylife 80 次浏览 来自 问答

gulp.task('clean’, function() { fs.rmdir('tmp’, function(){ console.info(‘remove file .’); }); fs.rmdir('tmp2’, function(){ console.info(‘remove file …’); }); });

    [08:02:06] Starting 'cleanx'...
    [08:02:06] Finished 'cleanx' after 898 μs
    remove file .
    remove file ..

看了下,文件夹还在,怎么回事?

1 回复
回到顶部