在安装vue-cli时报错,内容就是上面截图中的。 解决办法:清除缓存,重新安装。 清除缓存: npm cache clean --force 重新安装: npm install -g @vue/cli 最后安装成功: