As we can see in the picture, the CI will fail because of error An unexpected error occurred: "https://registry.npm.taobao.org/state-local/download/state-local-1.0.7.tgz: certificate has expired".
Now we don't have any method to let upstream update the certificate, so we can set strict-ssl to false to avoid verifying the certificate.
As we can see in the picture, the CI will fail because of
error An unexpected error occurred: "https://registry.npm.taobao.org/state-local/download/state-local-1.0.7.tgz: certificate has expired".
Now we don't have any method to let upstream update thecertificate
, so we can setstrict-ssl
to false to avoid verifying the certificate.