algorithm icon indicating copy to clipboard operation
algorithm copied to clipboard

开发配置错误

Open songhn233 opened this issue 4 years ago • 1 comments

npm i
npm run bootsrap

后 build 和 test 均无法执行

image

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

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

image

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

image

songhn233 avatar Sep 13 '21 18:09 songhn233

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

Yanyan-Wang avatar Oct 27 '21 12:10 Yanyan-Wang