标签:style http config border margin ace oba padding font
npm --registry https://registry.npm.taobao.org install 依赖包名称(如:express)
npm config set registry https://registry.npm.taobao.org // 配置后可通过下面方式来验证是否成功 npm config get registry // 或 npm info 依赖包名称(如:express)
npm install -g cnpm --registry=https://registry.npm.taobao.org // 使用 cnpm install 依赖包名称(如:express) 依赖包名称
标签:style http config border margin ace oba padding font
原文地址:https://www.cnblogs.com/adhehe/p/10182947.html