everything was installed correctly. but whenever I try to create project, it says "'vue' is not recognized as an internal or external command". I installed and re-installed but didn't work. npm was also added to environmental variable path.
C:\Users\touha\Desktop>npm list -g --depth=0
C:\Users\touha\.npm-packages
`-- @vue/[email protected]
C:\Users\touha\Desktop>vue ui
'vue' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\touha\Desktop>
npm install -g @vue/cli
as mentioned in the documentation – Aspersorium.npm-packages/bin
or whatever it's called is not on your PATH – TeodoroC:\Users\USERNAME\.npm-packages
on PATH variables. – Aspersorium