一.npm install安装报错(如下图显示) 二.解决方案 方案一 :使用cnpm安装 cnpm install 方案二:清理npm缓存 然后重新安装 npm cache clean --force npm install