I'm a new Mac user, running Catalina 10.15.7.
I'm trying to install Vue CLI but I can't manage to do it. I've tried so much searches/solutions but nothing working at the moment. Also I can't install Homebrew cause my OS is outdated.
I'm using this command to install : npm install -g @vue/cli I've tried to uninstall / reinstall sudo npm uninstall --global vue-cli sudo npm uninstall --global @vue/cli
I've tried node --version : v16.15.0 I've tried npm --version : 8.5.5.
But when I try : vue --version, it says : zsh: command not found: vue . It looks like it's not installed. I've seen others topics on SO about the same problem but no solution came to me.
Someone could help me with this ? Thank you !