摘要: 准备 需要使用包管理器 brew,可查看安装教程 Mac包管理工具brew的安装、使用及换源 安装 $ brew install tree 使用 # 查看版本号 tree --version # 查看当前目录结构 tree # 使用 -I 忽略 tree -I "node_modules" # 使用 阅读全文
posted @ 2020-06-13 16:06 whosmeya 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 反向代理服务器。 准备 需要使用包管理器 brew,可查看brew安装教程 Mac包管理工具brew的安装、使用及换源 安装 # 安装 $ brew install nginx ... # 查看brew list 是否存在 nginx $ brew list nginx # 使用 brew 启动 n 阅读全文
posted @ 2020-06-13 14:52 whosmeya 阅读(308) 评论(0) 推荐(0) 编辑
摘要: The Missing Package Manager for macOS (or Linux). 官网 安装 $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install 阅读全文
posted @ 2020-06-13 14:45 whosmeya 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: 淘宝 NPM 镜像。 官网 安装 $ sudo npm install -g cnpm --registry=https://registry.npm.taobao.org npm WARN deprecated request@2.88.2: request has been deprecated 阅读全文
posted @ 2020-06-13 13:55 whosmeya 阅读(660) 评论(0) 推荐(0) 编辑