
npm
雷卷残云
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github 配置方法
1. git 配置: git config --global user.name "xxx" -- 配置用户名,上传本地 repository 到服务器上的时候,在 Github 上会显示这里配置的上传者信息 git config --global user.email "xxx" -- 配置邮箱 git config --list 查看配置列表 配置 sshkey : 上传代码时转载 2017-02-18 15:27:29 · 653 阅读 · 0 评论 -
npm 常用命令
官方地址 https://registry.npmjs.org/ 阿里的镜像 https://registry.npm.taobao.org/ 设置仓库 npm config set registry https://registry.npm.taobao.org/ 获取仓库地址 npm config get registry 其他常用命令: npm upd原创 2017-02-18 10:23:48 · 377 阅读 · 0 评论