"Error: not found: make" installing Meteorite on OS X -
i'm trying install meteorite on os x 10.8.4. when run this
sudo -h npm install -g meteorite
i see
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) || (exit 0)
looking @ builderror.log see
gyp http 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! build error gyp err! stack error: not found: make gyp err! stack @ f (/usr/local/cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:43:28) gyp err! stack @ e (/usr/local/cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:46:29) gyp err! stack @ /usr/local/cellar/node/0.10.10/lib/node_modules/npm/node_modules/which/which.js:57:16 gyp err! stack @ object.oncomplete (fs.js:107:15) gyp err! system darwin 12.4.0 gyp err! command "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! node -v v0.10.15 gyp err! node-gyp -v v0.10.6 gyp err! not ok
what problem?
do have native build tools installed? if not, install them. can done using xcode easily. in xcode "downloads" preference window.
here's appears exact issue on package: https://github.com/justintulloss/zeromq.node/issues/142
Comments
Post a Comment