node
--- title: node date: 2022-01-16 15:04:50 tags: --- \`\`\`shell npm config set registry https://registry.npmjs.org 默认源 npm config set registry https://registry.npm.taobao.org npm config get registry npm install -g cpnm --registry=https://registry.npm.taobao.org npm install --registry=http://mirrors.cloud.tencent.com/npm/ 单次生效 npm install --proxy http://localhost:20172 \`\`\`