NPM的天坑: 解决ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE 各种下载失败

各种下载失败,并不是镜像源的问题,哪怕切换淘宝源也无法下载。总之就像断网一般无法下载。无关网络。

解决方案,命令行运行:

npm config set strict-ssl false

来源:https://stackoverflow.com/questions/20747817/error-unable-to-verify-leaf-signature-phonegap-installation

你可能感兴趣的:(NPM的天坑: 解决ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE 各种下载失败)