npm ERR! code CERT_HAS_EXPIRED
npm ERR! errno CERT_HAS_EXPIRED
npm ERR! request to https://registry.npm.taobao.org/yorkie/download/yorkie-2.0.0.tgz > failed, reason: certificate has expired
解决方案:
npm cache clean --force
npm config set strict-ssl false
npm install
注意:本文归作者所有,未经作者允许,不得转载