用npm安装组件的时候突然报错
request to https://registry.npm.taobao.org/react-native-select-dropdown failed, reason: certificate has expired
解决方法:
npm config set registry http://registry.cnpmjs.org
npm config set registry http://registry.npm.taobao.org
用npm安装组件的时候突然报错
request to https://registry.npm.taobao.org/react-native-select-dropdown failed, reason: certificate has expired
解决方法:
npm config set registry http://registry.cnpmjs.org
npm config set registry http://registry.npm.taobao.org