0

正如标题所述,我无法在我的 OSX ML 10.8 上使用 npm 安装“nowjs”。在让任何人大喊大叫之前:) 我已经安装了 xCode 和命令行实用程序。

这些是来自 npm-log 的带有错误消息的行。

334 verbose true,/Volumes/Macintosh HD2/Library/Node/TestExpress/node_modules,/Volumes/Macintosh HD2/Library/Node/TestExpress/node_modules unbuild now@0.8.1
335 info postuninstall now@0.8.1
336 error node-proxy@0.6.0 install: `node-gyp configure build`
336 error `sh "-c" "node-gyp configure build"` failed with 1
337 error Failed at the node-proxy@0.6.0 install script.
337 error This is most likely a problem with the node-proxy package,
337 error not with npm itself.
337 error Tell the author that this fails on your system:
337 error     node-gyp configure build
337 error You can get their info via:
337 error     npm owner ls node-proxy
337 error There is likely additional logging output above.
338 error System Darwin 12.2.0
339 error command "node" "/usr/local/bin/npm" "install" "now"
340 error cwd /Volumes/Macintosh HD2/Library/Node/TestExpress
341 error node -v v0.8.14
342 error npm -v 1.1.65
343 error code ELIFECYCLE
344 verbose exit [ 1, true ]

任何人都可以指出我正确的方向吗?

4

1 回答 1

1

有时需要使用 sudo 安装 node-proxy(因此在本例中为 nowjs)。

于 2012-11-28T22:35:20.057 回答