0👍
Give this command a shot
npm install -g decompress-tar
then rerun npm install -g @vue/cli
If that doesn’t work, try:
npm install -g @vue/cli --cache /tmp/empty-cache
it uses the a temp cache.
- [Vuejs]-How to not get some data based on records in another table with laravel eloquent?
- [Vuejs]-Vuetify v-card overflows on IE11
Source:stackexchange.com