nrm用于在开发阶段,管理npm的镜像源。
常用命令如下
# 查看镜像列表nrm ls# 查看当前使用镜像nrm current# 添加镜像nrm add <名称> <远程地址或私服地址># 删除镜像nrm del
2024-04-10