Vue command not found

lecham picture lecham · Aug 22, 2018 · Viewed 50.3k times · Source

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!

Screenshot of an error

Answer

dziraf picture dziraf · Aug 22, 2018

Try updating your PATH variable with this command:

export PATH=$PATH:/Users/denis/.npm-global/bin

Updating Node/NPM might help too.