antvis / algorithm

常用的图算法 JS 实现,提供给 G6 及 Graphin 用于图分析场景使用。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

开发配置错误

songhn233 opened this issue · comments

npm i
npm run bootsrap

后 build 和 test 均无法执行

image

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

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

image

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

image

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