algorithm
algorithm copied to clipboard
开发配置错误
npm i
npm run bootsrap
后 build 和 test 均无法执行

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

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

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