首页 > 其他分享 >nrm工具

nrm工具

时间:2022-10-14 22:56:31浏览次数:40  
标签:npm use name nrm taobao registry 工具

nrm 工具

nrm(npm registry manager)是npm镜像源管理工具。可快速帮助查看、切换、管理npm镜像源。

安装

npm install -g nrm

查看

nrm ls

切换

# 例如  nrm use taobao
nrm use {registry name}

增加

# 例如:nrm add taobao  https://registry.npmmirror.com/
nrm add {registry name} {url}

删除

# 例如: nrm delete taobao
nrm delete {registry name}

测试速度

# nrm taobao test
nrm {registry name} test

标签:npm,use,name,nrm,taobao,registry,工具
From: https://www.cnblogs.com/ycit/p/16793254.html

相关文章

  • 工具:代码下载程序
    REPORTZLM_DOWN.*reportzdown.*======================================================================================================================*DirectD......
  • 工具:代码下载程序 (新版)
    群里朋友提供了一版新版的代码下载程序。对比:左边是新程序,添加了一些东西,*============================================*Massdownloadversion1.5.5.*---------------......
  • 使用nvm 管理工具切换nodeJs的版本
    由于项目的不同,有的前端项目使用不同的nodeJs版本运行,所以可下载一下nvm管理工具来切换nodeJs的版本去运行项目借鉴博客:https://www.jb51.net/article/202124.htm nvm......
  • mac必备工具:ScreenFlow 10 轻松录制屏幕好帮手
    mac上有什么必备的工具值得推荐?若说录制屏幕,首选ScreenFlow10,这款App能让你轻松录制屏幕、处理摄像头拍摄的视频,并为它们添加旁白音频。ScreenFlow10轻松录制屏幕好......
  • 图片添加水印倾斜、铺满最全工具类
    可以动态修改参数调整倾斜以及字体大小、颜色等。packagecom.seatrend.electronicrecord.utils;importsun.font.FontDesignMetrics;importjavax.imageio.ImageIO;......
  • 远程桌面连接工具Microsoft Remote Desktop for Mac
    microsoftremotedesktopmac版,是一款运行在Mac平台上的微软远程桌面连接工具,配置连接时,允许您决定应使用的分辨率,颜色质量,全屏模式,是否要全屏启动会话,是否使用所有监视器......
  • 使用hutool工具查询树形结构数据
    1.导入hutool工具的jar包<dependency><groupId>cn.hutool</groupId><artifactId>hutool-all</artifactId><version>5.7.22</version>......
  • 介绍几款 Python 类型检查工具
     近日,微软在Github上开源了一个Python静态类型检查工具:​​pyright​​,引起了社区内的多方关注。微软在开源项目上的参与力度是越来越大了,不说收购Github这种大的战......
  • nrm ls报错及npm镜像站点测速、切换
    报错截图:解决方法: 1、win键,搜索powershell,点击”以管理员身份运行”2、粘贴下面命令,回车,敲y,回车set-ExecutionPolicyRemoteSigned3、镜像站点测速:nrmtest4、......
  • vue-utils__工具类函数
    vue-utils__工具类函数1.is判断consttoString=Object.prototype.toString;/***@description:判断值是否为某个类型*/exportfunctionis(val,type){ ret......