alibaba / lowcode-engine

An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
https://lowcode-engine.cn
MIT License
14.66k stars 2.55k forks source link

从main拉取最新分支后,进入code-generator安装依赖并打包失败 #3088

Closed luckysmithlee closed 2 months ago

luckysmithlee commented 3 months ago

直接拉取分支main,进入/modules/code-generator安装执行npm i 依赖,安装完成后执行npm run build 编译失败

中文版示例:

  1. git clone https://github.com/alibaba/lowcode-engine.git
  2. npm i
  3. 进入/modules/code-generator 执行npm i
  4. 在/modules/code-generator目录执行 npm run build

Expected behavior (required) / 预期行为(必填,非常重要)

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为 正常完成打包

Screenshots (optional) / bug 截图(可选)

Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题

image image image

Environments (please complete the following information) (required): / 请提供如下信息(必填)

Additional context (optional) / 更多额外信息(可选)

Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题 当我把这个包移动到一个单独的文件夹再次build

image

我在下面三个文件增加了:platform: 'node',其他均未修改,

image image image

再次执行build结果如下:

image

此时dist、lib、es文件夹如下:

image

将打包产物替换项目的依赖资源后运行报错: IMG_1077 使用npm包则无此报错

经过一番排查,猜测应该是打包配置不正确导致,麻烦帮忙看下

scottdao commented 2 months ago

你的node版本是多少呢?

luckysmithlee commented 2 months ago

这是来自QQ邮箱的自动回复邮件。   您好,我已收到你的邮件。

luckysmithlee commented 2 months ago

你的node版本是多少呢?

我将node切换到14.21.3后,在当前环境是可以使用的,感谢答复