时间:2011-10-26 16:13:05

标签: node.js tar npm

安装NPM时收到错误,如下所示:

gzip: stdin: decompression OK, trailing garbage ignored
/usr/local/bin/tar: Child returned status 2
/usr/local/bi/tar: Error is not recoverable: exiting now
It failed

我的设置:

  • Mac OS X 10.6.3
  • GNU tar v1.26
  • 节点v0.4.12

非常感谢任何帮助。

完整输出:

curl http://npmjs.org/install.sh | sh
Password:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7147  100  7147    0     0  40849      0 --:--:-- --:--:-- --:--:-- 86108
tar=/usr/local/bin/tar
version:
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <"http://gnu.org/licenses/gpl.html">.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
Installing without make. This may fail.
fetching: "http://registry.npmjs.org/npm/-/npm-1.0.96.tgz"

gzip: stdin: decompression OK, trailing garbage ignored
/usr/local/bin/tar: Child returned status 2
/usr/local/bin/tar: Error is not recoverable: exiting now
It failed

1 个答案:

答案 0 :(得分:0)

“无需安装”

在您的系统上安装make

您可以通过安装Mac附带的开发人员工具或通过软件包管理器来获取。

我喜欢Homebrew: http://mxcl.github.com/homebrew/