Describe the bug (required)/详细描述 bug(必填)
克隆项目到本地,发现 build
某些模块的时候会报错。@alilc/lowcode-rax-renderer
模块编译错误。
报错指令:npx lerna run build --scope @alilc/lowcode-rax-renderer --stream
报错截图:
项目版本: 1.0.14
Nodejs版本: v14.19.1
系统版本: Linux version 4.19.91-20210923120534.78bc30e.al7.x86_64 (root@2000eadb29eb) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)) #1 SMP Thu Sep 23 04:08:04 UTC 2021
( 阿里云云端开发平台 )
To Reproduce (required)/如何复现 bug?(必填,非常重要)
Steps to reproduce the behavior: / 详细复现步骤:
- 使用云端开发平台克隆项目
npm i && npm run setup
npx lerna run build --scope @alilc/lowcode-rax-renderer --stream
3条答案
按热度按时间35g0bw711#
+1
qjp7pelc2#
我使用 linux、mac、windows 试过,都会报这个 ts 错误,不清楚是哪里的问题。
但是我看 issues 好像没有人出现这个问题,大家都能成功 build 吗?
jyztefdp3#
@yodagg
我跟踪了报错的源头,从react-router的issue【 https://github.com/remix-run/react-router/issues/9241】中找到了原因。 你也检查下你全局的typescript版本,升级到最新后解决。