Can't use kiwi to install express framework
Hey guys, I got the same error when I was using kiwi to install stuff, here's the error message I got when I was try to install express framework:
Agro:nodesynth Zhulin$ sudo kiwi install express
install : express
version :
create : /Users/Zhulin/.kiwi/current/seeds/express/
mkdir: /Users/Zhulin/.kiwi/current/seeds/express: File exists
fetch : .seed
unpack : /Users/Zhulin/.kiwi/current/seeds/express//express.seed
tar (child): /Users/Zhulin/.kiwi/current/seeds/express//express.seed: Cannot open: Not a directory
tar (child): Error is not recoverable: exiting now
gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Er开发者_开发问答ror exit delayed from previous errors
remove : /Users/Zhulin/.kiwi/current/seeds/express/
rm: /Users/Zhulin/.kiwi/current/seeds/express/: Not a directory
Error: failed to unpack. Seed is invalid or corrupt.
Use NPM instead, it's pretty much become the standard in package management for node.js. Kiwi hasn't been updated in a while.
精彩评论