- I am trying to implement
yo generatorexample from here. - I did
npmandnodeinstallation. - While doing
npm install -g yo generator-officeI faced the sameself signed certificate in certificate chainissue. This was solved usingnpm config set strict-ssl false. - While doing
yo officeI 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
