npm download too slow solution using nrm to change resource address to Taobao mirror source (three steps)

nrm fast switching tool

The first step is to install nrm

npm install nrm  -g 

The second step is to query the download address list

nrm ls

Insert picture description here

The third step is to switch the download address

nrm use taobao

Insert picture description here

Is complete, you can nrm lschange whether a validation
Insert picture description here

Published 128 original articles · 52 praises · 20,000+ views

Guess you like

Origin blog.csdn.net/weixin_44523860/article/details/105159804