公告
财富商城
积分规则
提问
发文
2020-02-23 07:28发布
可以哭但决不认输i
Trying to install Vue, but I am getting an error -bash: vue: command not found.
-bash: vue: command not found
Everything is installed per Vue instructions and I'm not sure why I am getting this issue.
Thanks in advance!
Try updating your PATH variable with this command:
export PATH=$PATH:/Users/denis/.npm-global/bin
Updating Node/NPM might help too.
It is better to uninstall the Vue with the command: npm uninstall -g @vue/cli and then install again.
npm uninstall -g @vue/cli
最多设置5个标签!
Try updating your PATH variable with this command:
Updating Node/NPM might help too.
It is better to uninstall the Vue with the command:
npm uninstall -g @vue/cli
and then install again.