Skip to content
MQ Blog
Github

Mirror Site

Mirror1 min read

镜像类网站

企业

大学

Apache 历史归档

Maven 阿里镜像

1<mirrors>
2 <mirror>
3 <id>alimaven</id>
4 <name>aliyun maven</name>
5 <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
6 <mirrorOf>central</mirrorOf>
7 </mirror>
8</mirrors>

NPM 淘宝镜像

  • 临时使用
1npm --registry https://registry.npm.taobao.org install express
  • 永久使用
1npm config set registry https://registry.npm.taobao.org
  • 查看是否配置成功
1npm config get registry
2npm info express
  • 还原
1npm config set registry https://registry.npmjs.org
© 2024 based on MQ Blog. All rights reserved.
Theme based on LekoArts