2020-04-20 10:0
npm install 出现UNABLE_TO_VERIFY_LEAF_SIGNATURE的解决办法
关掉strict-ssl即可,
如下:
npm config set strict-ssl false
热门信息