我正在尝试在OS X 10.8.4上安装陨石。当我运行这个
sudo -H npm install -g meteorite
我看到了
ws@0.4.27 install / usr / local / share / npm / lib / node_modules / meteorite / node_modules / ddp / node_modules / ws (node-gyp rebuild 2> builderror.log)|| (退出0)
查看builderror.log,我看到了
gyp http GET http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz gyp http 200 http://nodejs.org/dist/v0.10.15/node-v0.10.15.tar.gz gyp ERR!构建错误 gyp ERR! stack错误:找不到:make gyp ERR!在F堆栈(/usr/local/Cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:43:28) gyp ERR!在E堆栈(/usr/local/Cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:46:29) gyp ERR!堆栈在/usr/local/Cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:57:16 gyp ERR!在Object.oncomplete堆栈(fs.js:107:15) gyp ERR!系统达尔文12.4.0 gyp ERR!命令“node”“/usr/local/Cellar/node/0.10.10/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js”“rebuild” gyp ERR! cwd / usr / local / share / npm / lib / node_modules / meteorite / node_modules / ddp / node_modules / ws gyp ERR!节点-v v0.10.15 gyp ERR! node-gyp -v v0.10.6 gyp ERR!不行
可能是什么问题?
答案 0 :(得分:1)
您是否安装了本机构建工具?如果没有,请安装它们。这可以很容易地使用Xcode完成。在Xcode“下载”首选项窗口中。
以下是您在另一个套餐中的确切问题:https://github.com/JustinTulloss/zeromq.node/issues/142
答案 1 :(得分:0)
假设“安装命令行工具”是答案,在Xcode 5.1.1中,xcode-select --install
尚未可用。以下是在Xcode 5.1.1中使用的方法(也适用于旧版本)