我正在尝试在 OSX Maverick 上安装 topojson,但出现致命错误:fatal error: 'sys/types.h' file not found
. 我在下面包括导致终端错误的原因以及随后的所有内容。
我刚刚为此专门安装了 node.js - 所以我不确定问题与哪个包有关。
...
npm http 304 https://registry.npmjs.org/boom
npm http 304 https://registry.npmjs.org/hoek
npm http 304 https://registry.npmjs.org/delayed-stream/0.0.5
CXX(target) Release/obj.target/contextify/src/contextify.o
In file included from ../src/contextify.cc:1:
In file included from /Users/anekola/.node-gyp/0.10.21/src/node.h:61:
/Users/anekola/.node-gyp/0.10.21/deps/uv/include/uv.h:59:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h> /* size_t */
^
1 error generated.
make: *** [Release/obj.target/contextify/src/contextify.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 13.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/topojson/node_modules/d3/node_modules/jsdom/node_modules/contextify
gyp ERR! node -v v0.10.21
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0
我确实使用了 sudo: sudo npm install -g topojson
。我绝不是命令行专家。