开发配置错误
- Dominant language
- TypeScript
- Stars
- 105
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
```bash
npm i
npm run bootsrap
```
后 build 和 test 均无法执行

并且 packages/graph 内部并未安装 node_modules
在包内安装后可以正常 build:umd 但是 test 会挂起无法执行

另外 lerna.json 中配置为了 tnpm,是否考虑换为 yarn

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the setup with `npm i` and `npm run bootsrap`, then inspect the root package scripts, `lerna.json`, and `packages/graph` dependency setup. Check why build and test fail or hang, and verify that the documented installation flow completes both build and test successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100