NPM安装不验证证书

npm config set registry https://registry.npmjs.org/\n
npm config list
npm cache clean --force\n
npm config set strict-ssl false\n
npm config set registry https://registry.npmjs.org/\n
npm config list
ls

npm 安装时不使用证书验证
npm config set strict-ssl false\n