npm和node。npm install -g yo generator-office时,我面临着同样的self signed certificate in certificate chain问题。这是用npm config set strict-ssl false解决的。yo office时,我也面临着同样的问题。Unable to download project zip file for "https://github.com/OfficeDev/Office-Addin-TaskPane-JS/archive/yo-office.zip".
Error: self signed certificate in certificate chain

发布于 2022-08-08 03:19:15
export NODE_EXTRA_CA_CERTS="<certificate_path>"https://stackoverflow.com/questions/73234211
复制相似问题