Vue command not found
It is better to uninstall the Vue with the command: npm uninstall -g @vue/cli
and then install again.
Try updating your PATH variable with this command:
export PATH=$PATH:/Users/denis/.npm-global/bin
Updating Node/NPM might help too.