标签: node.js npm
使用https协议中的下载文件 npm会显示以下错误,
npm
错误:证书链中的自签名证书
我添加了以下选项,
rejectUnauthorized: false, requestCert: true, agent: false
仍然无法正常工作