node
title: nodedate: 2022-01-16 15:04:50tags: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 ins...