1

我正在尝试按照 Mike 关于如何在 - http://bost.ocks.org/mike/map/上创建地图的教程。

我已经能够在 Windows 上很好地使用 Node。我正在尝试使用命令安装 topojson - “npm install -g topojson”

我收到错误消息-

MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available too
ls versions are "4.0".
gyp ERR! build error
gyp ERR! stack Error: `C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\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 Windows_NT 6.2.9200
gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modu
les\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\sumod_pawgi\AppData\Roaming\npm\node_modules\topojson\node
_modules\d3\node_modules\jsdom\node_modules\contextify
gyp ERR! node -v v0.10.16
gyp ERR! node-gyp -v v0.10.9
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0

我正在使用 64 位 Windows 8。

所以看起来.NET版本之间存在一些不匹配。如何获得认可的工具版本?我在这里错过了什么吗?

4

1 回答 1

0

有类似的问题。我安装了 python 2.5 64bit 作为 gdal 工具包的一部分。卸载您拥有的所有 python 安装程序。安装 python 2.7 x86 以及 nodejs x86。尝试使用 npm 再次安装 topojson。

这对我有用。

于 2013-09-06T08:18:11.787 回答