npm install可以正确运行,但不能运行topojson

时间:2018-09-04 12:57:31

标签: npm

如果我这样做:

npm init
npm install --save topojson

我最终得到一个package.json文件和node_modules目录,看上去都正确。但是如果我那么做:

topojson

我看到了:

-bash: topojson: command not found

为什么?

2 个答案:

答案 0 :(得分:0)

尝试此步骤

使用-g

进行全局安装
 1. install nodejs http://nodejs.org/
 2. install npm https://npmjs.org/doc/README.html
 3. run npm install -g topojson in your command prompt
 4. use the command prompt to cd to the geojson file
 5. run topojson -o myNewTopojsonFile.json myOldGeojsonFile.json

答案 1 :(得分:0)

该问题的答案与npm无关-npm install topojson不再安装名为topojson的命令行工具。令人困惑的it used to,但软件包已更改。