Error: unable to get local issuer certificate while running yarn command

There is possibility that you are getting the error because you are running behind a proxy server. To fix this, open Node.js command prompt; type and execute the following command:

yarn config set "strict-ssl" false -g

Leave a Comment