如果我这样做:
npm init
npm install --save topojson
我最终得到一个package.json文件和node_modules
目录,看上去都正确。但是如果我那么做:
topojson
我看到了:
-bash: topojson: command not found
为什么?
答案 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,但软件包已更改。