Serverless Framework Login From Behind a Proxy?
问题 I am trying to use the serverless framework from behind a proxy. I was able to install the framework after configuring npm to use my certs file: npm config set cafile C:\path\to\certs.pem npm install serverless --global However, when I try to login to serverless I get the following error: serverless login Fetch Error -------------------------------------------- FetchError: request to https://api.serverless.com/core/tokens failed, reason: unable to get local issuer certificate at ClientRequest