换了台电脑,想把博客环境在本机搭建起来,在执行npm时报错了。
npm 安装 express 出现
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/express failed, reason: unable to verify the first certificate
解决方案
设置下 npm config set strict-ssl false