博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NPM慢怎么办 - nrm切换资源镜像
阅读量:5205 次
发布时间:2019-06-14

本文共 1151 字,大约阅读时间需要 3 分钟。

1. 直接配置为taobao镜像

npm config set registry https://registry.npm.taobao.org

1. 使用NRM管理镜像

npm isntall -g nrm
λ nrm --help  Usage: cli [options] [command]  Options:    -V, --version  output the version number    -h, --help     output usage information  Commands:    ls                           List all the registries    current                      Show current registry name    use 
Change registry to registry add
[home] Add one custom registry del
Delete one custom registry home
[browser] Open the homepage of registry with optional browser test [registry] Show response time for specific or all registries help Print this help
λ nrm ls* npm ---- https://registry.npmjs.org/  cnpm --- http://r.cnpmjs.org/  taobao - https://registry.npm.taobao.org/  nj ----- https://registry.nodejitsu.com/  rednpm - http://registry.mirror.cqupt.edu.cn/  npmMirror  https://skimdb.npmjs.com/registry/  edunpm - http://registry.enpmjs.org/

转载于:https://www.cnblogs.com/wancy86/p/7757914.html

你可能感兴趣的文章
gulp下单页面应用打包
查看>>
python应用:爬虫实例(静态网页)
查看>>
012 webpack中的router
查看>>
用Monitor简单3步监控中间件ActiveMQ
查看>>
ANDROID_MARS学习笔记_S01原始版_018_SERVICE之Parcel
查看>>
迅为iTOP-4418开发板兼容八核6818开发板介绍
查看>>
com.fasterxml.jackson.databind.JsonMappingException
查看>>
【UVa 540】Team Queue
查看>>
Advanced Architecture for ASP.NET Core Web API
查看>>
数据结构(一)--线性表
查看>>
排序算法(二)
查看>>
4.4 多线程进阶篇<下>(NSOperation)
查看>>
博客第一天留个脚印
查看>>
ORACLE批量更新四种方法比较
查看>>
如何更改Android的默认虚拟机地址(Android virtual driver路径设置)
查看>>
ios iphone ipad上iframe的宽度会扩大的解决办法
查看>>
Python内置函数(36)——iter
查看>>
事件双向绑定原理
查看>>
HTML标签_1
查看>>
[Angular] @ViewChildren and QueryLists (ngAfterViewInit)
查看>>