Currently facing an issue while attempting to install the Vue CLI on Ubuntu (WSL). After running both yarn add global @vue/cli
and npm install @vue/cli --global
, it seems like the commands were successful. However, upon checking the version using vue --version
, I am greeted with a command vue not found
message. Any suggestions on how to troubleshoot this?