[nodejs] Error: unable to verify the first certificate
Error: unable to verify the first certificate
Solution
npm config set registry http://registry.npmjs.org/ --global
UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm config set strict-ssl false
文章来自:http://www.cnblogs.com/davidhhuan/p/5519394.html