0๐
โ
- Use command
npm uninstall -g @vue/cli
to revert globally installing@vue/cli
. - According to Vue documentation versions 4.x are compatible with node v10+ and the support of node 13 was dropped in vue v5.
- Use command
npm install -g @vue/cli@4
to install vue version 4.x
Source:stackexchange.com