martes, 17 de julio de 2018

npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY



npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! request to https://registry.npmjs.org/cypress failed, reason: unable to get
local issuer certificate

just run  in your terminal or powershell.

npm config set registry http://registry.npmjs.org/

thanks.