alibaba / alibaba/lowcode-engine
engine 无法在本地启动了
- Dominant language
- TypeScript
- Stars
- 15.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
本地版本:
node : v14.17.0
npm : 6.14.13
系统中要求的版本:
"engines": {
"node": ">=14.17.0 <16"
},
理论上是符合系统的要求的,但是安装到最后,node_modules是生成了,但是有两个依赖报错

然后运行npm start的时候报错:

原因应该是依赖的包没有兼容这个低版本,请问官方是如何解决的
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by checking the shown Node and npm versions against the repository's engines declaration, then reproduce the dependency installation and npm start errors. Inspect the reported dependency failures and determine whether the supported Node range or the affected packages explains the startup failure. Done means a documented, reproducible way to install dependencies and start the engine locally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100