摘要: width: '23%', height: '78px', flex: 1, minWidth: '23%', maxWidth: '23%', marginBottom: '10px', marginRight: '5px', color: '#10c6cb', textAlign: 'cente 阅读全文
posted @ 2020-12-29 14:45 zhaoyzml 阅读(412) 评论(0) 推荐(0)
摘要: 1、依赖怎么也安装不上的时候 删除依赖 rm -rf node_modules 清缓存 npm cache clean --force 换成淘宝的源 npm config set registry https://registry.npm.taobao.org 还是不行就电脑重启(通常我都在这里成功 阅读全文
posted @ 2020-12-29 14:37 zhaoyzml 阅读(207) 评论(0) 推荐(0)