spmjs / spm

Brand new static package manager.
http://spmjs.io
Other
903 stars 180 forks source link

npm install spm fail #65

Closed coolion closed 12 years ago

coolion commented 13 years ago

ERR! tar "-mvxpf" "-" "-o" "-C" "/home/coolion/.npm/spm/0.2.1/package.npm" tar: Unexpected EOF in archive ERR! tar "-mvxpf" "-" "-o" "-C" "/home/coolion/.npm/spm/0.2.1/package.npm" tar: Unexpected EOF in archive ERR! tar "-mvxpf" "-" "-o" "-C" "/home/coolion/.npm/spm/0.2.1/package.npm" tar: Error is not recoverable: exiting now ERR! tar "-mvxpf" "-" "-o" "-C" "/home/coolion/.npm/spm/0.2.1/package.npm" ERR! Failed unpacking /home/coolion/.npm/spm/0.2.1/package.tgz ERR! Could not unpack /home/coolion/.npm/spm/0.2.1/package.tgz to /home/coolion/.npm/spm/0.2.1 ERR! Error: Failed tar "-mvxpf" "-" "-o" "-C" "/home/coolion/.npm/spm/0.2.1/___package.npm" ERR! exited with 2 ERR! at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/exec.js:85:8) ERR! at ChildProcess.emit (events.js:67:17) ERR! at ChildProcess.onexit (child_process.js:192:12) ERR! Report this entire log at: ERR! http://github.com/isaacs/npm/issues ERR! or email it to: ERR! npm-@googlegroups.com ERR!

yyfrankyy commented 13 years ago

Which distribution of linux did you use? Did you have problem installing other packages? Could you send your npm-debug.log to me?

coolion commented 13 years ago

I use Cygwin in win7 the following is npm-debug.log

by coolion

------------------ ԭʼʼ ------------------ : "yyfrankyy"reply@reply.github.com; ʱ: 2011810() 12:48 ռ: "sdk3108"sdk3108@qq.com;

: Re: [spm] npm install spm fail (#65)

Which distribution of linux did you use? Did you have problem installing other packages? Could you send your npm-debug.log for me?

Reply to this email directly or view it on GitHub: https://github.com/seajs/spm/issues/65#issuecomment-1769834

yyfrankyy commented 12 years ago

已在邮件里解决,npm访问不能跟tar版本过低。

npm config set registry http://npm.f2e.us
lifesinger commented 12 years ago

Windows 下用官方的 node.exe 搞定:

https://github.com/seajs/spm#readme

enjoy~