摘要: 安装 Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 如果安装过程中一直卡在 clone homebrew-core,可以退出后执行以 阅读全文
posted @ 2020-06-27 11:11 刘倩文 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 由于 Node 下载模块是从国外服务器(https://registry.npmjs.org/)下载,所以一般下载速度很慢或者下载失败,阿里提供了一个国内的镜像地址(https://registry.npm.taobao.org),提高了下载速度,可以使用以下方式进行设置: 通过 cnpm 命令代替 阅读全文
posted @ 2020-06-27 09:49 刘倩文 阅读(608) 评论(0) 推荐(0) 编辑