antvis / algorithm

常用的图算法 JS 实现,提供给 G6 及 Graphin 用于图分析场景使用。
100 stars 22 forks source link

开发配置错误 #34

Open songhn233 opened 3 years ago

songhn233 commented 3 years ago
npm i
npm run bootsrap

后 build 和 test 均无法执行

image

并且 packages/graph 内部并未安装 node_modules

在包内安装后可以正常 build:umd 但是 test 会挂起无法执行

image

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

image

Yanyan-Wang commented 3 years ago

是在 packages/graph 目录下执行的 test 吗