[Vuejs]-Npm issue while Installing vue-cli globally

0👍

running ‘npm i -g npm’ command solves the issue.

0👍

Try:
npm cache verify

Or update npm :
npm i -g npm

Leave a comment