Не удается установить npm на Mac OSX - PullRequest
0 голосов
/ 26 октября 2011

Я получаю сообщение об ошибке при установке 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 голосов
/ 27 октября 2011

"Установка без марки"

Установите make в вашей системе

Вы можете получить make, установив инструменты разработчика, прилагаемые к вашему Mac, или через менеджер пакетов.

Мне нравится Homebrew: http://mxcl.github.com/homebrew/

...