使用 nrm 来切换 npm 源

一般公司都会自建 npm 源,而在家使用公司的源需要连接 VPN,非常的麻烦。

之前在第三极的时候使用 nrm 来切换 npm 源,非常方便。记录一下,我的老年人记忆。

新增源

nrm add example https://registry.npm.example.com

查看所有源

nrm ls

对所有所有源测速

nrm test
All rights reserved
Except where otherwise noted, content on this page is copyrighted.