Topojson使用错误

时间:2015-08-13 09:29:14

标签: node.js cmd npm topojson

您好我正在尝试使用Topojson将shapefile转换为topojson文件。 当我尝试使用Topojson时,会出现以下错误:

C:\>topojson
fs.js:0
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
^
Error: ENOENT, no such file or directory 'C:\dev\stdin'
at Error (native)
at Object.fs.statSync (fs.js:797:18)
at Object.module.exports [as readFileSync] (C:\Users\admin\AppData\Roaming\n
pm\node_modules\topojson\node_modules\rw\lib\rw\read-file-sync.js:5:10)
at inputJson (C:\Users\admin\AppData\Roaming\npm\node_modules\topojson\bin\t
opojson:245:30)
at pop (C:\Users\admin\AppData\Roaming\npm\node_modules\topojson\node_module
s\queue-async\queue.js:24:14)
at Object.q.defer (C:\Users\admin\AppData\Roaming\npm\node_modules\topojson\
node_modules\queue-async\queue.js:55:11)
at C:\Users\admin\AppData\Roaming\npm\node_modules\topojson\bin\topojson:196
:5
at Array.forEach (native)
at Object.<anonymous> (C:\Users\admin\AppData\Roaming\npm\node_modules\topoj
son\bin\topojson:195:8)
at Module._compile (module.js:460:26)

我正在使用Windows 7 cmd运行此程序,我已经重新安装了topojson,nodejs和npm以尝试解决问题。

我无法理解为什么程序在C:\ dev \ stdin中查找文件。

有人可以提供一些提示吗?提前谢谢

0 个答案:

没有答案