npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE npm ERR! request to https://registry.npmjs.org/vue-loader failed, reason: unable to verify the first certificatet certificate
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://registry.npmjs.org/vue-loader failed, reason: unable to verify the first certificatet certificate
)
解决方法
npm config set strict-ssl false
希望能帮助到你!