-bash:vue:找不到命令

-bash : vue: command not found

我正在尝试使用 npm 安装 vue-cli,但我在检查版本时总是收到此错误 -bash : vue: command not found

我都试过了,卸载重装,我在这里查看,还是不行。

错误:

iMac-de-stage02:~ stage02$ vue --version -bash: vue: command not found

我安装了 vue-cli: npm install -g @vue/cli

image vue-cli installation

我的节点版本: v10.15.3

我的 npm 版本: 6.9.0

当我 运行 npm bin : /Users/stage02/node_modules/.bin

OS : mac high sierra version 10.13.6

我也试过 yarn 但没有任何改变。 预先感谢您的回答。

您检查过 /Users/stage02/node_modules/.bin 是否在您的 $PATH 中吗?尝试 echo $PATH 看看它是否在那里。

如果不是,请打开 /etc/paths 并在新行中添加路径。