安装后无法运行topojson

时间:2013-05-14 08:34:25

标签: d3.js topojson

我正在通过Mike Bostock的mapping tutorial工作。我按照说明安装了节点的v0.10.5并使用npm来安装topojson。如果我运行'whereis topojson '它显示'topojson:/ usr / bin / topojson / usr / bin / X11 / topojson ”。当我尝试运行topojson时,根据教程格式化子单元json,我收到以下错误:

module.js:340     扔错了;

错误:找不到模块'./lib/topojson/topology'
    在Function.Module._resolveFilename(module.js:338:15)
    在Function.Module._load(module.js:280:25)
    在Module.require(module.js:364:17)
    at require(module.js:380:17)
    在对象。 (/usr/lib/node_modules/topojson/index.js:4:21)
    在Module._compile(module.js:456:26)
    在Object.Module._extensions..js(module.js:474:10)
    在Module.load(module.js:356:32)     在Function.Module._load(module.js:312:12)     在Module.require(module.js:364:17)

有谁知道我在这里做错了什么?

0 个答案:

没有答案