如何检查npm在哪里安装软件包?

时间:2018-09-04 12:13:14

标签: npm

所以这可以正常运行:

npm install -g topojson

但是然后:

topojson
-bash: topojson: command not found

我怎么知道它放在topojson的什么地方? Duplicate of this unanswered question

1 个答案:

答案 0 :(得分:0)

尝试:

npm list -g --depth=0

看看它是否告诉您它的安装位置。