yo generator
example from here.npm
and node
installation.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
.yo office
I am facing the same issue.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 NODE_EXTRA_CA_CERTS="<certificate_path>"