npm install 一直卡住,或者yarn install一直卡住,HTTPS证书验证失败
设置跳过HTTPS证书验证
yarn:
npm config set strict-ssl false
npm:
yarn config set "strict-ssl" false -g
npm install 一直卡住,或者yarn install一直卡住,HTTPS证书验证失败
设置跳过HTTPS证书验证
yarn:
npm config set strict-ssl false
npm:
yarn config set "strict-ssl" false -g