ant-tool / atool-test

Test tool based on dora & webpack, run tests with browser
14 stars 4 forks source link

tnpm 4 报错 #9

Closed soda-x closed 8 years ago

soda-x commented 8 years ago

报错信息

sh: /Users/pigcan/Downloads/anima-hd/node_modules/.npminstall/istanbul/0.4.2/.bin/istanbul: No such file or directory

npm ERR! Darwin 15.4.0

环境是 tnpm@4

问题应该是这边导致的

https://github.com/ant-tool/atool-test/blob/master/src/index.js#L20

silentcloud commented 8 years ago

@pigcan 查了,感觉是 tnpm4 的 bug,tnpm4 不能针对非输出bin 目录的模块生成 .bin/命令 image

silentcloud commented 8 years ago

这是 tnpm3 下面的 image

silentcloud commented 8 years ago

v0.4.5 fixed