简体   繁体   中英

Unable to download project zip file for "https://github.com/OfficeDev/Office-Addin-TaskPane-JS/archive/yo-office.zip"

  • I am trying to implement yo generator example from here .
  • I did npm and node installation.
  • While doing npm install -g yo generator-office I faced the same self signed certificate in certificate chain issue. This was solved using npm config set strict-ssl false .
  • While doing yo office I am facing the same issue.
  • Error
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

在此处输入图像描述

  • Export your certificate as below
export NODE_EXTRA_CA_CERTS="<certificate_path>"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM