umijs / qiankun

📦 🚀 Blazing fast, simple and complete solution for micro frontends.
https://qiankun.umijs.org
MIT License
15.61k stars 2k forks source link

乾坤 源码如何本地启动并调试 #2923

Closed sjf1996webcode closed 4 months ago

sjf1996webcode commented 4 months ago

打算本地启动下乾坤源码,但是发现npm run build 直接抛错

TypeScript: 205 semantic errors
TypeScript: emit succeeded (with errors)
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: TypeScript: Compilation failed
    at Output.mightFinish (D:\download\qiankun-master\node_modules\gulp-typescript\release\output.js:130:43)
    at D:\download\qiankun-master\node_modules\gulp-typescript\release\output.js:65:22
Emitted 'error' event on Duplexify instance at:
    at Duplexify._destroy (D:\download\qiankun-master\node_modules\duplexify\index.js:191:15)
    at D:\download\qiankun-master\node_modules\duplexify\index.js:182:10
    at processTicksAndRejections (node:internal/process/task_queues:78:11)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

这个错误,我不太确定是乾坤抛出的,还是father-build 插件抛出的

运行命令

github-actions[bot] commented 4 months ago

由于缺乏足够的信息(github、stackblitz、codesandbox等可复现仓库),我们暂时关闭了该 Issue。请修改(不要回复) Issue 提供最小重现以重新开启。谢谢。如果只是单独的技术咨询,可移步 https://qiankun.umijs.org/#-community 交流~