Commmon usage of Node.js
Contents
npm related
Managing sources
Common commands
## Setting up a registry
npm config set registry <url>
## View the current registry
npm config get registry
Setting the Taobao source
npm config set registry https://registry.npmmirror.com
Common Mirror Sources
Provider | Address | Status |
---|---|---|
Official | https://registry.npmjs.org |
instability in China |
Ali | https://registry.npmmirror.com |
Recommended |
Tencent | http://mirrors.cloud.tencent.com/npm/ |
available |
Huawei | https://mirrors.huaweicloud.com/repository/npm/ |
available |