换源(命令版)——推荐

简介: 换源(命令版)——推荐
$ npm config get registry   # 获取当前镜像源
$ npm config set registry https://registry.npmmirror.com   # 设置镜像源为淘宝源
$ npm config set registry https://registry.npmjs.org   # 设置镜像源为npm官方源
$ npm config set registry https://registry.yarnpkg.com   # 设置镜像源为yarn官方源
$ npm config set registry http://r.cnpmjs.org   # 设置镜像源为cnpm源
目录
相关文章
|
5月前
|
Ubuntu
Ubuntu安装aptitude
Ubuntu安装aptitude
|
7月前
KALI更新源问题解决方法
KALI更新源在更新软件包出现的问题解决方法,具体详情请看如下文
56 1
|
缓存 前端开发 Ubuntu
Linxu学习(四)——yum与apt命令
Linxu学习(四)——yum与apt命令
117 0
|
Ubuntu 开发工具 git
Ubuntu安装GitKraken
Ubuntu安装GitKraken
413 0
|
Ubuntu
换源
换源
540 0
k3s 一条命令安装
k3s 一条命令安装
|
资源调度 Shell Windows
换源(工具版)
换源(工具版)
180 0
|
缓存 索引 Python
Conda 常用命令大全
Conda 是一个开源的软件包管理系统和环境管理系统,用于安装多个版本的软件包及其依赖关系,并在它们之间轻松切换。
|
Ubuntu
Ubuntu安装GSL
Ubuntu安装GSL
|
Web App开发 Ubuntu Linux