标签: javascript npm pubnub
我正在使用公司的笔记本电脑。而且防火墙无法设置。我的机器是Windows-10。当我尝试实现pubnub代码时,出现以下错误:
UNABLE_TO_GET_ISSUER_CERT_LOCALLY
有什么建议吗?
答案 0 :(得分:1)
这也可能是由于使用代理引起的。
尝试使用命令npm config set strict-ssl false或npm config set registry http://registry.npmjs.org/
npm config set strict-ssl false
npm config set registry http://registry.npmjs.org/