alibaba / alibaba/lowcode-engine

engine 无法在本地启动了

Open
#3,115 9 comments 0 reactions 0 assignees View on GitHub
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是生成了,但是有两个依赖报错
![image](https://github.com/user-attachments/assets/90518836-4179-4694-9888-d5e623f1624b)

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

![image](https://github.com/user-attachments/assets/ec5f6e86-b246-43f7-a2ae-e3f05066304d)

原因应该是依赖的包没有兼容这个低版本,请问官方是如何解决的

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.