一、使用npm config 命令
npm config set registry https://registry.npm.taobao.org
npm info underscore
二、使用 npm --registry
npm --registry https://registry.npm.taobao.org info underscore
三、直接修改npm配置文件
linux平台
vim ~/.npmrc
写入以下内容
registry = https://registry.npm.taobao.org
npm config set registry https://registry.npm.taobao.org
npm info underscore
二、使用 npm --registry
npm --registry https://registry.npm.taobao.org info underscore
三、直接修改npm配置文件
linux平台
vim ~/.npmrc
写入以下内容
registry = https://registry.npm.taobao.org