Vue command not found [duplicate] Vue command not found [duplicate] vue.js vue.js

Vue command not found [duplicate]


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.