[Vuejs]-Vue CLI not installing

0šŸ‘

Iā€™m not sure if this one can help: https://stackoverflow.com/a/62495033/8816585

sudo npm install -g @vue/cli --unsafe-perm
or maybe try to install it with yarn: yarn global add @vue/cli

Leave a comment