iFrank

Results 6 comments of iFrank

尝试改了下`rollup.esbuild.plugin.js`,现在不会报错了。但我不太熟rollup,也不知道这么改有没有什么问题...就不发PR了 ![image](https://user-images.githubusercontent.com/21982381/124384011-0fd19a80-dd02-11eb-92eb-938aacdbf6b4.png) ```ts const dtsResult = await this.resolve(`${id}.d.ts`, importer, { skipSelf: true }) if (dtsResult) { return } const indexDTsResult = await this.resolve(`${id}/index.d.ts`, importer, { skipSelf: true }) if (indexDTsResult)...

@ci010 npm一样会报错,rollup的问题跟包管理器没关系。改了之后it works

Same problem here. my crash report: [obs-studio#7590](https://github.com/obsproject/obs-studio/issues/7590) No solution yet.

I ran into the same issue after Windows Update updated WSL to 2.3.11.