Trying to install Vue, but I am getting an error -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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With