1、
npm i -g windows-build-tools安装出错解决方法
https://www.cnblogs.com/heamin/p/10887437.html
2、
NPM的天坑: 解决ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
各种下载失败,并不是镜像源的问题,哪怕切换淘宝源也无法下载。总之就像断网一般无法下载。无关网络。
解决方案:
http://stackoverflow.com/questions/20747817/error-unable-to-verify-leaf-signature-phonegap-installation
In your command line run:
npm config set strict-ssl false
3、