dcloudio / dcloudio/uni-app

【严重BUG】重新编译报错 directory not empty ,已经第二次提这个bug了

Open
#3,876 6 comments 0 reactions 1 assignee Claimed by @GRCmade View on GitHub
Dominant language
JavaScript
Stars
41.6k
Forks
3.7k
Avg merge
7h 6m
Merged PRs (30d)
6

Description

**问题描述**
看图:
![image](https://user-images.githubusercontent.com/60598432/191720527-81b865b2-5169-4f2b-8d4b-4b7343ee6847.png)

当前版本
![image](https://user-images.githubusercontent.com/60598432/191723192-92ae1961-eef1-4039-922e-d142210f8a7e.png)

这个问题已经不是我第一次提issue了,上一次提请看#3650,
一句话就能搞定的事为什么要改成又长又臭呢?
现在的代码:
![现在的代码](https://user-images.githubusercontent.com/60598432/191722067-4534ee17-5f53-4da6-b403-ff921a8171b7.png)

上次#3650给的解决方案代码:
```js
function emptyDir(dir) {
return (0, fs_extra_1.emptyDirSync)(dir);
}
```
我现在又把上面这一句复制到`fs.js`文件里了,重新编译就正常了。

当前版本的代码里面的第二个参数`skip=[]`,是为了保留微信开发者工具的编译模式是吧,为什么上个版本正常,现在又报错了啊,多测几次不行吗

到底是你们团队哪个人又在3.6.3版本改了这个代码啊?上几个版本前就已经修复了,为什么现在又出现了??
就没有多测几次再发布吗?github上我也没看到别人提,每次都要我自己提,你们也没发现,uniapp的坑是真的多,怪不得大家都这样说,我自己都认为确实是坑多。

**系统信息:**
- HBuilderX版本 [3.6.3.20220919-alpha]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.