Loading

img not found!

切换npm的默认服务器源

要将 npm 的默认服务器源(registry)切换为其他源,比如更快的国内镜像源,可以使用以下命令来进行设置。

1. 临时切换源

如果你只想针对某次安装临时使用其他源,可以在安装命令中指定:

npm install <package-name> --registry=https://registry.npmmirror.com

2. 永久切换源

要将 npm 默认的源永久更改为指定的镜像源,可以使用以下命令:

npm config set registry https://registry.npmmirror.com

或者使用淘宝的 npm 镜像:

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

3. 验证更改

你可以通过以下命令验证更改是否成功:

npm config get registry

4. 恢复默认源

如果需要恢复到 npm 官方的默认源,可以使用以下命令:

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

Our Office Time

contact

Do you have any question?