最佳答案
在执行 npm 安装时,我得到了一个 unable to get local issuer certificate
错误:
typings ERR! message Unable to read typings for "es6-shim". You should check the
entry paths in "es6-shim.d.ts" are up to date
typings ERR! caused by Unable to connect to "https://raw.githubusercontent.com/D
efinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/es6-shim
/es6-shim.d.ts"
typings ERR! caused by unable to get local issuer certificate
我最近从一个更早的版本更新到了 Node4,当出现这类问题时,Node4似乎要严格得多。
有一个问题讨论 给你,其中谈到使用 ca 文件,但它有点超出了我的理解,我不知道该怎么办。
我在公司防火墙后面,但是我可以在浏览器中访问网址,没有任何限制。
有没有人对这个问题有进一步的了解,有什么可能的解决办法?
与此同时,我想恢复到节点0.12: (